From d0139eba311c380b06ba433e31576899441591e0 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 27 Aug 2009 20:26:54 +0000 Subject: added make doc; modified @synchronized to preserve docstrings and argnames git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@808608 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'qpid/python/Makefile') diff --git a/qpid/python/Makefile b/qpid/python/Makefile index 380115db41..eec4076722 100644 --- a/qpid/python/Makefile +++ b/qpid/python/Makefile @@ -46,6 +46,12 @@ $(BUILD)/%.py: %.py build: $(TARGETS) +.PHONY: doc + +doc: + @mkdir -p $(BUILD) + epydoc qpid/messaging.py -o $(BUILD)/doc --no-private --no-sourcecode --include-log + install: build install -d $(PYTHON_LIB) -- cgit v1.2.1