summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2010-06-24 17:03:47 +0000
committerJan Lehnardt <jan@apache.org>2010-06-24 17:03:47 +0000
commit5e852ddcb85429fbaf8003328104744aa00a98b0 (patch)
tree526836115cc49a61e555a5a90ed4822a649bfe9e /bin
parentead517e9c72a264e048f086999b16d4cfd801da2 (diff)
Revert "allow help2man to work with commands that send help output to stderr"
Requires too new a version of help2man. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@957629 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 65256ede..b8b818cb 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 --no-discard-stderr --help-option="-h" --version-option="-V"
+HELP2MAN_OPTION=--no-info --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