Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d99fe9f

Browse files
committed
Fix make.bat to match makefile changes
1 parent 3fc49ab commit d99fe9f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/make.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ echo.
3333
goto end
3434

3535
:checkout
36-
svn co %SVNROOT%/doctools/trunk/sphinx tools/sphinx
36+
svn co %SVNROOT%/external/Sphinx-0.6.1/sphinx tools/sphinx
3737
svn co %SVNROOT%/external/docutils-0.5/docutils tools/docutils
3838
svn co %SVNROOT%/external/Jinja-2.1.1/jinja2 tools/jinja2
3939
svn co %SVNROOT%/external/Pygments-0.11.1/pygments tools/pygments
@@ -50,6 +50,7 @@ goto end
5050
if not exist build mkdir build
5151
if not exist build\%1 mkdir build\%1
5252
if not exist build\doctrees mkdir build\doctrees
53+
cmd /C %PYTHON% --version
5354
cmd /C %PYTHON% tools\sphinx-build.py -b%1 -dbuild\doctrees . build\%*
5455
if "%1" EQU "htmlhelp" "%HTMLHELP%" build\htmlhelp\pydoc.hhp
5556
goto end

0 commit comments

Comments
 (0)