Author: guido.van.rossum Date: Sat Aug 18 02:03:44 2007 New Revision: 57169
Modified: python/branches/py3k/Doc/Makefile Log: Force PYTHON = python2.5. Modified: python/branches/py3k/Doc/Makefile ============================================================================== --- python/branches/py3k/Doc/Makefile (original) +++ python/branches/py3k/Doc/Makefile Sat Aug 18 02:03:44 2007 @@ -4,7 +4,7 @@ # # You can set these variables from the command line. -PYTHON = python +PYTHON = python2.5 SVNROOT = http://svn.python.org/projects SPHINXOPTS = _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
