[Python-checkins] r71380 - python/trunk/Doc/make.bat

raymond.hettinger python-checkins at python.org
Tue Apr 7 23:43:51 CEST 2009


Author: raymond.hettinger
Date: Tue Apr  7 23:43:51 2009
New Revision: 71380

Log:
Fix make.bat to match makefile changes

Modified:
   python/trunk/Doc/make.bat

Modified: python/trunk/Doc/make.bat
==============================================================================
--- python/trunk/Doc/make.bat	(original)
+++ python/trunk/Doc/make.bat	Tue Apr  7 23:43:51 2009
@@ -34,7 +34,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


More information about the Python-checkins mailing list