diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-03-03 22:55:55 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-03-03 22:55:55 +0000 |
commit | 62f71b038e8632df55f33db2b330be2bd80db9ff (patch) | |
tree | b844645efd8de540efa4486832397b0411bcacdb | |
parent | b212157465b82e97f5d9e5fdefafe933cb2c0487 (diff) | |
download | cpython-git-62f71b038e8632df55f33db2b330be2bd80db9ff.tar.gz |
don't bother with version in doc builds
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index d04106b8d6..0fc112401e 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -4,7 +4,7 @@ # # You can set these variables from the command line. -PYTHON = python2.5 +PYTHON = python SVNROOT = http://svn.python.org/projects SPHINXOPTS = PAPER = |