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