diff options
author | Raymond Hettinger <python@rcn.com> | 2009-04-07 21:43:51 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2009-04-07 21:43:51 (GMT) |
commit | 085b998a363692784384512c09a650f9221411b6 (patch) | |
tree | d05c7874a2295c67cb98cbdc010008fb998eb2fb /Doc/make.bat | |
parent | 3b2312ee5c7e5fd737298e0bc5a9e259fd0e2c5a (diff) | |
download | cpython-085b998a363692784384512c09a650f9221411b6.zip cpython-085b998a363692784384512c09a650f9221411b6.tar.gz cpython-085b998a363692784384512c09a650f9221411b6.tar.bz2 |
Fix make.bat to match makefile changes
Diffstat (limited to 'Doc/make.bat')
-rw-r--r-- | Doc/make.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/make.bat b/Doc/make.bat index 2e2a2de..11f73ab 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -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
|