summaryrefslogtreecommitdiff
path: root/qpid/python/Makefile
diff options
context:
space:
mode:
authorRafael H. Schloming <rhs@apache.org>2009-08-31 19:32:35 +0000
committerRafael H. Schloming <rhs@apache.org>2009-08-31 19:32:35 +0000
commit1f34f75150deddcae3b8717c974b4dcaf7e1b974 (patch)
treead5972d91011382f042b414421f4760412fab751 /qpid/python/Makefile
parent72cf689b75c8ccd68ba34351e3aba9cafad9c891 (diff)
downloadqpid-python-1f34f75150deddcae3b8717c974b4dcaf7e1b974.tar.gz
added async send to the API; minor doc updates
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@809707 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/Makefile')
-rw-r--r--qpid/python/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/python/Makefile b/qpid/python/Makefile
index eec4076722..31547c8f57 100644
--- a/qpid/python/Makefile
+++ b/qpid/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)