From 83a9954e8a056c5164dc9871a4583389d0fb2821 Mon Sep 17 00:00:00 2001 From: "Rafael H. Schloming" Date: Thu, 17 Dec 2009 04:54:02 +0000 Subject: QPID-2285: added a PYTHONPATH to the epydoc command line of the makefile, this hopefully ensures that the Makefile won't accidentally generate docs for installed versions of the qpid.messaging package instead of the source version of the package git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@891535 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/python/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qpid/python/Makefile b/qpid/python/Makefile index ff4a9af4f1..7f475adc09 100644 --- a/qpid/python/Makefile +++ b/qpid/python/Makefile @@ -50,7 +50,7 @@ build: $(TARGETS) doc: @mkdir -p $(BUILD) - epydoc qpid.messaging -o $(BUILD)/doc --no-private --no-sourcecode --include-log + PYTHONPATH=. epydoc qpid.messaging -o $(BUILD)/doc --no-private --no-sourcecode --include-log install: build install -d $(PYTHON_LIB) -- cgit v1.2.1