From a7d34ad1929e3d63e5cab290090d60920dfdd32c Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Mon, 31 Aug 2009 19:32:35 +0000 Subject: added async send to the API; minor doc updates git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@809707 13f79535-47bb-0310-9956-ffa450edef68 --- python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/Makefile') diff --git a/python/Makefile b/python/Makefile index eec4076722..31547c8f57 100644 --- a/python/Makefile +++ b/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) -- cgit v1.2.1