summaryrefslogtreecommitdiff
path: root/qpid/cpp/docs/man
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-25 14:42:15 +0000
committerAlan Conway <aconway@apache.org>2009-11-25 14:42:15 +0000
commit2b08c201898ae5839a516add8a4cc2bab73af45f (patch)
treee6e9fba9266ba3f40dc180203bebea54a77ce502 /qpid/cpp/docs/man
parent1b8e9693fd3d61d48f3ac2a0bc401c146d8875ac (diff)
downloadqpid-python-2b08c201898ae5839a516add8a4cc2bab73af45f.tar.gz
Don't load from default module dir when generating man page.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@884116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/docs/man')
-rw-r--r--qpid/cpp/docs/man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/docs/man/Makefile.am b/qpid/cpp/docs/man/Makefile.am
index 7db6b5f193..c4d7387482 100644
--- a/qpid/cpp/docs/man/Makefile.am
+++ b/qpid/cpp/docs/man/Makefile.am
@@ -35,7 +35,7 @@ qpidd.1: $(srcdir)/qpidd.x $(top_builddir)/src/qpidd
.x.1:
@rm -f $@
@echo "Updating man page $@"
- $(HELP2MAN) --no-info --include=$(srcdir)/$*.x --output=$@-t ../../src/$*
+ $(HELP2MAN) --no-info --include=$(srcdir)/$*.x --output=$@-t --help-option="--help --no-module-dir" ../../src/$*
@chmod a-w $@-t
@mv $@-t $@
else