diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-03-03 22:55:55 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-03-03 22:55:55 (GMT) |
commit | 62f71b038e8632df55f33db2b330be2bd80db9ff (patch) | |
tree | b844645efd8de540efa4486832397b0411bcacdb /Doc/Makefile | |
parent | b212157465b82e97f5d9e5fdefafe933cb2c0487 (diff) | |
download | cpython-62f71b038e8632df55f33db2b330be2bd80db9ff.zip cpython-62f71b038e8632df55f33db2b330be2bd80db9ff.tar.gz cpython-62f71b038e8632df55f33db2b330be2bd80db9ff.tar.bz2 |
don't bother with version in doc builds
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 d04106b..0fc1124 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 = |