Fix make.bat to match makefile changes

This commit is contained in:
Raymond Hettinger 2009-04-07 21:43:51 +00:00
parent 3b2312ee5c
commit 085b998a36
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,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