summaryrefslogtreecommitdiff
path: root/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Makefile')
-rw-r--r--python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/Makefile b/python/Makefile
index eec4076722..31547c8f57 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -50,7 +50,7 @@ build: $(TARGETS)
doc:
@mkdir -p $(BUILD)
- epydoc qpid/messaging.py -o $(BUILD)/doc --no-private --no-sourcecode --include-log
+ epydoc qpid.messaging -o $(BUILD)/doc --no-private --no-sourcecode --include-log
install: build
install -d $(PYTHON_LIB)