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
commit83a9954e8a056c5164dc9871a4583389d0fb2821 (patch)
treec460a51e934b1c087e3f1f13c7b978fd1666a622
parent844625eea43d326665dd2f30bd6072678d5dd40e (diff)
downloadqpid-python-83a9954e8a056c5164dc9871a4583389d0fb2821.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@891535 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/Makefile b/qpid/python/Makefile
index ff4a9af4f1..7f475adc09 100644
--- a/qpid/python/Makefile
+++ b/qpid/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)