mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
Fix make.bat to match makefile changes
This commit is contained in:
parent
3fc49ab830
commit
d99fe9fea7
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ echo.
|
||||||
goto end
|
goto end
|
||||||
|
|
||||||
:checkout
|
: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/docutils-0.5/docutils tools/docutils
|
||||||
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
|
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
|
||||||
svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments
|
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 mkdir build
|
||||||
if not exist build\%1 mkdir build\%1
|
if not exist build\%1 mkdir build\%1
|
||||||
if not exist build\doctrees mkdir build\doctrees
|
if not exist build\doctrees mkdir build\doctrees
|
||||||
|
cmd /C %PYTHON% --version
|
||||||
cmd /C %PYTHON% tools\sphinx-build.py -b%1 -dbuild\doctrees . build\%*
|
cmd /C %PYTHON% tools\sphinx-build.py -b%1 -dbuild\doctrees . build\%*
|
||||||
if "%1" EQU "htmlhelp" "%HTMLHELP%" build\htmlhelp\pydoc.hhp
|
if "%1" EQU "htmlhelp" "%HTMLHELP%" build\htmlhelp\pydoc.hhp
|
||||||
goto end
|
goto end
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue