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