summaryrefslogtreecommitdiff
path: root/python/Makefile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-12-28 12:44:18 +0000
committerRafael H. Schloming <rhs@apache.org>2009-12-28 12:44:18 +0000
commit8e69433bac5c020c51432e8a28b2b4f0b96fa845 (patch)
treeee62e322539296cc1a16212811f0a3294369c37c /python/Makefile
parent6af417b0c740bc292c4a621959b83a4418432533 (diff)
downloadqpid-python-8e69433bac5c020c51432e8a28b2b4f0b96fa845.tar.gz
updated Session docs to include address syntax
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qpid.rnr@894162 13f79535-47bb-0310-9956-ffa450edef68
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 7f475adc09..2c7f9b8de0 100644
--- a/python/Makefile
+++ b/python/Makefile
@@ -50,7 +50,7 @@ build: $(TARGETS)
doc:
@mkdir -p $(BUILD)
- PYTHONPATH=. epydoc qpid.messaging -o $(BUILD)/doc --no-private --no-sourcecode --include-log
+ PYTHONPATH=. epydoc -v qpid.messaging -o $(BUILD)/doc --no-private --no-sourcecode --include-log
install: build
install -d $(PYTHON_LIB)