[Epydoc-commits] SF.net SVN: epydoc: [1415] trunk/epydoc
Brought to you by:
edloper
|
From: <ed...@us...> - 2007-01-17 21:26:39
|
Revision: 1415
http://svn.sourceforge.net/epydoc/?rev=1415&view=rev
Author: edloper
Date: 2007-01-17 13:26:37 -0800 (Wed, 17 Jan 2007)
Log Message:
-----------
Changed PYTHON=python2.4 -> PYTHON=python (in response to SF bug
#1563688)
Modified Paths:
--------------
trunk/epydoc/Makefile
trunk/epydoc/src/Makefile
Modified: trunk/epydoc/Makefile
===================================================================
--- trunk/epydoc/Makefile 2007-01-17 21:19:47 UTC (rev 1414)
+++ trunk/epydoc/Makefile 2007-01-17 21:26:37 UTC (rev 1415)
@@ -16,7 +16,7 @@
DOCTESTS = $(wildcard src/epydoc/test/*.doctest)
# What version of python to use?
-PYTHON = python2.4
+PYTHON = python
# The location of the webpage.
HOST = shell.sf.net
Modified: trunk/epydoc/src/Makefile
===================================================================
--- trunk/epydoc/src/Makefile 2007-01-17 21:19:47 UTC (rev 1414)
+++ trunk/epydoc/src/Makefile 2007-01-17 21:26:37 UTC (rev 1415)
@@ -14,7 +14,7 @@
DOC = ${LIB}/doc/
# What version of python to use?
-PYTHON = python2.4
+PYTHON = python
##//////////////////////////////////////////////////////////////////////
## Makefile
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|