diff options
author | Guido van Rossum <guido@python.org> | 2007-08-18 00:03:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-08-18 00:03:44 (GMT) |
commit | ba9c9ac7747dfd00ad897d016bd83e45fe2090f7 (patch) | |
tree | bdfd0e59f138ade0c0ffff6a4566465e34395283 /Doc/Makefile | |
parent | 2673de5741a8d1918ac4164001cdd85ebad232b5 (diff) | |
download | cpython-ba9c9ac7747dfd00ad897d016bd83e45fe2090f7.zip cpython-ba9c9ac7747dfd00ad897d016bd83e45fe2090f7.tar.gz cpython-ba9c9ac7747dfd00ad897d016bd83e45fe2090f7.tar.bz2 |
Force PYTHON = python2.5.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index d26117b..8888cf6 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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 = |