summaryrefslogtreecommitdiff
path: root/cpp/docs
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
commit27162acd169ffdfa9bbb945d7989ee876e2ef44e (patch)
tree20038a555490c6e893a0e9b484fe289771e33d9a /cpp/docs
parent48298d5a80d0be4717057e5e648176e2d550cb8b (diff)
downloadqpid-python-27162acd169ffdfa9bbb945d7989ee876e2ef44e.tar.gz
Don't load from default module dir when generating man page.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884116 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs')
-rw-r--r--cpp/docs/man/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/man/Makefile.am b/cpp/docs/man/Makefile.am
index 7db6b5f193..c4d7387482 100644
--- a/cpp/docs/man/Makefile.am
+++ b/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