summaryrefslogtreecommitdiff
path: root/python/Makefile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2010-01-05 18:19:37 +0000
committerRafael H. Schloming <rhs@apache.org>2010-01-05 18:19:37 +0000
commit788a347b4316169ff1f7b74ffb9f01986fd8d34e (patch)
treea90c444b530af4d3f5aa5ed331f081dcda36761f /python/Makefile
parent15dd7bb94b09cc7abbffda2d92a3d93d82764171 (diff)
downloadqpid-python-788a347b4316169ff1f7b74ffb9f01986fd8d34e.tar.gz
merged documentation and address changes from rnr branch
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@896159 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)