summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-12-17 04:54:02 +0000
committerRafael H. Schloming <rhs@apache.org>2009-12-17 04:54:02 +0000
commitc71bc44601cf19be29be9565f52e512a1e3cb158 (patch)
tree20a63bfb7b9cab30d75b29baabe69bc9bf33d2ed
parent31371c18cee3d1521992ee7f660f7e011eaa8304 (diff)
downloadqpid-python-c71bc44601cf19be29be9565f52e512a1e3cb158.tar.gz
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
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@891535 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile
index ff4a9af4f1..7f475adc09 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -50,7 +50,7 @@ build: $(TARGETS)
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)