From 3c7ed52bc634c05f476fce11b2f7a758ba30fe57 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 24 Jun 2010 16:18:04 +0000 Subject: allow help2man to work with commands that send help output to stderr git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957605 13f79535-47bb-0310-9956-ffa450edef68 --- bin/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/Makefile.am b/bin/Makefile.am index b8b818cb8..65256ede6 100644 --- a/bin/Makefile.am +++ b/bin/Makefile.am @@ -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 -- cgit v1.2.1