[Epydoc-commits] SF.net SVN: epydoc: [1796] trunk/epydoc/Makefile
Brought to you by:
edloper
|
From: <ed...@us...> - 2008-02-26 17:16:50
|
Revision: 1796
http://epydoc.svn.sourceforge.net/epydoc/?rev=1796&view=rev
Author: edloper
Date: 2008-02-26 09:16:49 -0800 (Tue, 26 Feb 2008)
Log Message:
-----------
- Moved PYTHONPATH statement up
Modified Paths:
--------------
trunk/epydoc/Makefile
Modified: trunk/epydoc/Makefile
===================================================================
--- trunk/epydoc/Makefile 2008-02-26 17:13:33 UTC (rev 1795)
+++ trunk/epydoc/Makefile 2008-02-26 17:16:49 UTC (rev 1796)
@@ -19,6 +19,7 @@
# What version of python to use?
PYTHON = python2.5
+export PYTHONPATH=src/
# The location of the webpage.
HOST = shell.sf.net
@@ -42,7 +43,6 @@
LATEX_STDLIB = $(LATEX)/stdlib.pdf
EPYDOC = $(PYTHON) src/epydoc/cli.py
-export PYTHONPATH=src/
RST2HTML = $(PYTHON) src/tools/rst2html.py
MKDISPATCH = $(PYTHON) src/tools/mkdispatch.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|