Use --no-discard-stderr with help2man

gengetopt generates code that outputs the help to stderr.
This commit is contained in:
Frank Morgner
2012-07-19 20:16:15 +02:00
parent 5cb82ab12a
commit 2bf315ce9f

View File

@@ -19,6 +19,7 @@ pcsc-relay.1:
$(HELP2MAN) \ $(HELP2MAN) \
--output=$@ \ --output=$@ \
--no-info \ --no-info \
--no-discard-stderr \
--source='$(PACKAGE_STRING)' \ --source='$(PACKAGE_STRING)' \
--version-string='$(PACKAGE) $(VERSION)' \ --version-string='$(PACKAGE) $(VERSION)' \
$(srcdir)/pcsc-relay $(srcdir)/pcsc-relay