diff options
| author | Rafael H. Schloming <rhs@apache.org> | 2009-08-27 20:26:54 +0000 |
|---|---|---|
| committer | Rafael H. Schloming <rhs@apache.org> | 2009-08-27 20:26:54 +0000 |
| commit | a435a75437cd389c6fa08ae171f7d25b1d3a7e77 (patch) | |
| tree | eed55685154aa6d0f8e6e5e9791aad796410833c /python/Makefile | |
| parent | 506f66ac156140970b88592d19364d114fce5e78 (diff) | |
| download | qpid-python-a435a75437cd389c6fa08ae171f7d25b1d3a7e77.tar.gz | |
added make doc; modified @synchronized to preserve docstrings and argnames
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@808608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/Makefile')
| -rw-r--r-- | python/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/python/Makefile b/python/Makefile index 380115db41..eec4076722 100644 --- a/python/Makefile +++ b/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) |
