summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2009-04-07 21:19:16 (GMT)
committerRaymond Hettinger <python@rcn.com>2009-04-07 21:19:16 (GMT)
commitd99fe9fea7c4a3b938ced878de1665ff60265025 (patch)
tree86536f62f766e3839ddad938b21ab19695e701b7 /Doc
parent3fc49ab8300a2f0e800055fedb0f2af0a68be267 (diff)
downloadcpython-d99fe9fea7c4a3b938ced878de1665ff60265025.zip
cpython-d99fe9fea7c4a3b938ced878de1665ff60265025.tar.gz
cpython-d99fe9fea7c4a3b938ced878de1665ff60265025.tar.bz2
Fix make.bat to match makefile changes
Diffstat (limited to 'Doc')
-rw-r--r--Doc/make.bat3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/make.bat b/Doc/make.bat
index 33d354c..c18e08b 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -33,7 +33,7 @@ echo.
goto end
:checkout
-svn co %SVNROOT%/doctools/trunk/sphinx tools/sphinx
+svn co %SVNROOT%/external/Sphinx-0.6.1/sphinx tools/sphinx
svn co %SVNROOT%/external/docutils-0.5/docutils tools/docutils
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments
@@ -50,6 +50,7 @@ goto end
if not exist build mkdir build
if not exist build\%1 mkdir build\%1
if not exist build\doctrees mkdir build\doctrees
+cmd /C %PYTHON% --version
cmd /C %PYTHON% tools\sphinx-build.py -b%1 -dbuild\doctrees . build\%*
if "%1" EQU "htmlhelp" "%HTMLHELP%" build\htmlhelp\pydoc.hhp
goto end