mirror of https://github.com/python/cpython
Fix make.bat to match makefile changes
This commit is contained in:
parent
3b2312ee5c
commit
085b998a36
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue