summaryrefslogtreecommitdiff
path: root/qpid/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python/Makefile')
-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)