From 9b20cc5c24449c7b0e1c214afd1ff7f7a145dffe Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Sun, 5 Apr 2009 13:44:43 +0000 Subject: [PATCH] Merged revisions 70148 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ........ r70148 | benjamin.peterson | 2009-03-03 23:55:55 +0100 (Di, 03 Mär 2009) | 1 line don't bother with version in doc builds ........ --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index fadd418721fa..317fcb043866 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 = -- 2.47.3