You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/06/24 18:18:04 UTC

svn commit: r957605 - /couchdb/trunk/bin/Makefile.am

Author: jan
Date: Thu Jun 24 16:18:04 2010
New Revision: 957605

URL: http://svn.apache.org/viewvc?rev=957605&view=rev
Log:
allow help2man to work with commands that send help output to stderr

Modified:
    couchdb/trunk/bin/Makefile.am

Modified: couchdb/trunk/bin/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/bin/Makefile.am?rev=957605&r1=957604&r2=957605&view=diff
==============================================================================
--- couchdb/trunk/bin/Makefile.am (original)
+++ couchdb/trunk/bin/Makefile.am Thu Jun 24 16:18:04 2010
@@ -75,7 +75,7 @@ couchdb.bat: couchdb.bat.tpl
 	    -e "s|%version%|@version@|g" \
 	$< > $@
 
-HELP2MAN_OPTION=--no-info --help-option="-h" --version-option="-V"
+HELP2MAN_OPTION=--no-info --no-discard-stderr --help-option="-h" --version-option="-V"
 
 # XXX: Because the scripts are made at build time for the user we need to
 # XXX: depend on the original templates so as not to cause the rebuilding of