diff options
author | Alan Conway <aconway@apache.org> | 2009-11-25 14:55:56 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2009-11-25 14:55:56 +0000 |
commit | 54852d1be662a49d6e97edd50785ffa0340b9ed7 (patch) | |
tree | b5590fcb2cbfd66557bcde8f3d6a8dcc86272309 /cpp/docs/man | |
parent | 27162acd169ffdfa9bbb945d7989ee876e2ef44e (diff) | |
download | qpid-python-54852d1be662a49d6e97edd50785ffa0340b9ed7.tar.gz |
Don't load modules from default module dir when running help2man.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@884125 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/docs/man')
-rw-r--r-- | cpp/docs/man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/docs/man/Makefile.am b/cpp/docs/man/Makefile.am index c4d7387482..cb13a16e4f 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 --help-option="--help --no-module-dir" ../../src/$* + $(HELP2MAN) --no-info --include=$(srcdir)/$*.x --output=$@-t --help-option="--help --no-module-dir" --version-option="--version --no-module-dir" ../../src/$* @chmod a-w $@-t @mv $@-t $@ else |