Author: aconway
Date: Wed Nov 25 14:55:56 2009
New Revision: 884125

URL: http://svn.apache.org/viewvc?rev=884125&view=rev
Log:
Don't load modules from default module dir when running help2man.

Modified:
    qpid/trunk/qpid/cpp/docs/man/Makefile.am

Modified: qpid/trunk/qpid/cpp/docs/man/Makefile.am
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/docs/man/Makefile.am?rev=884125&r1=884124&r2=884125&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/docs/man/Makefile.am (original)
+++ qpid/trunk/qpid/cpp/docs/man/Makefile.am Wed Nov 25 14:55:56 2009
@@ -35,7 +35,7 @@
 .x.1:
        @rm -f $@
        @echo "Updating man page $@"
-       $(HELP2MAN) --no-info --include=$(srcdir)/$*.x --outpu...@-t 
--help-option="--help --no-module-dir" ../../src/$*
+       $(HELP2MAN) --no-info --include=$(srcdir)/$*.x --outpu...@-t 
--help-option="--help --no-module-dir" --version-option="--version 
--no-module-dir" ../../src/$*
        @chmod a-w $...@-t
        @mv $...@-t $@
 else



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:commits-subscr...@qpid.apache.org

Reply via email to