Return-Path: Delivered-To: apmail-qpid-commits-archive@www.apache.org Received: (qmail 74306 invoked from network); 17 Dec 2009 04:54:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 17 Dec 2009 04:54:28 -0000 Received: (qmail 6085 invoked by uid 500); 17 Dec 2009 04:54:27 -0000 Delivered-To: apmail-qpid-commits-archive@qpid.apache.org Received: (qmail 6043 invoked by uid 500); 17 Dec 2009 04:54:26 -0000 Mailing-List: contact commits-help@qpid.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@qpid.apache.org Delivered-To: mailing list commits@qpid.apache.org Received: (qmail 6034 invoked by uid 99); 17 Dec 2009 04:54:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 04:54:26 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 17 Dec 2009 04:54:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 19A0123889CF; Thu, 17 Dec 2009 04:54:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r891535 - /qpid/trunk/qpid/python/Makefile Date: Thu, 17 Dec 2009 04:54:03 -0000 To: commits@qpid.apache.org From: rhs@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091217045404.19A0123889CF@eris.apache.org> Author: rhs Date: Thu Dec 17 04:54:02 2009 New Revision: 891535 URL: http://svn.apache.org/viewvc?rev=891535&view=rev Log: 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 Modified: qpid/trunk/qpid/python/Makefile Modified: qpid/trunk/qpid/python/Makefile URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/python/Makefile?rev=891535&r1=891534&r2=891535&view=diff ============================================================================== --- qpid/trunk/qpid/python/Makefile (original) +++ qpid/trunk/qpid/python/Makefile Thu Dec 17 04:54:02 2009 @@ -50,7 +50,7 @@ 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) --------------------------------------------------------------------- Apache Qpid - AMQP Messaging Implementation Project: http://qpid.apache.org Use/Interact: mailto:commits-subscribe@qpid.apache.org