[Python-checkins] r71378 - python/branches/py3k/Doc/make.bat

raymond.hettinger python-checkins at python.org
Tue Apr 7 23:19:16 CEST 2009


Author: raymond.hettinger
Date: Tue Apr  7 23:19:16 2009
New Revision: 71378

Log:
Fix make.bat to match makefile changes

Modified:
   python/branches/py3k/Doc/make.bat

Modified: python/branches/py3k/Doc/make.bat
==============================================================================
--- python/branches/py3k/Doc/make.bat	(original)
+++ python/branches/py3k/Doc/make.bat	Tue Apr  7 23:19:16 2009
@@ -33,7 +33,7 @@
 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 @@
 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


More information about the Python-checkins mailing list