Author: rhs
Date: Thu Dec 17 04:54:02 2009
New Revision: 891535

URL: http://svn.apache.org/viewvc?rev=891535&view=rev
Log:
QPID-2285: added a PYTHONPATH to the epydoc command line of the makefile, this 
hopefully ensures that the Makefile won't accidentally generate docs for 
installed versions of the qpid.messaging package instead of the source version 
of the package

Modified:
    qpid/trunk/qpid/python/Makefile

Modified: qpid/trunk/qpid/python/Makefile
URL: 
http://svn.apache.org/viewvc/qpid/trunk/qpid/python/Makefile?rev=891535&r1=891534&r2=891535&view=diff
==============================================================================
--- qpid/trunk/qpid/python/Makefile (original)
+++ qpid/trunk/qpid/python/Makefile Thu Dec 17 04:54:02 2009
@@ -50,7 +50,7 @@
 
 doc:
        @mkdir -p $(BUILD)
-       epydoc qpid.messaging -o $(BUILD)/doc --no-private --no-sourcecode 
--include-log
+       PYTHONPATH=. epydoc qpid.messaging -o $(BUILD)/doc --no-private 
--no-sourcecode --include-log
 
 install: build
        install -d $(PYTHON_LIB)



---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:[email protected]

Reply via email to