summaryrefslogtreecommitdiff
path: root/qpid/python/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/python/Makefile')
-rw-r--r--qpid/python/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/python/Makefile b/qpid/python/Makefile
index ff4a9af4f1..b5e48653d0 100644
--- a/qpid/python/Makefile
+++ b/qpid/python/Makefile
@@ -51,6 +51,7 @@ build: $(TARGETS)
doc:
@mkdir -p $(BUILD)
epydoc qpid.messaging -o $(BUILD)/doc --no-private --no-sourcecode --include-log
+ epydoc qmf.qmfCommon qmf.qmfConsole -o $(BUILD)/doc/qmf --no-private --no-sourcecode --include-log
install: build
install -d $(PYTHON_LIB)