From 085b998a363692784384512c09a650f9221411b6 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 7 Apr 2009 21:43:51 +0000 Subject: Fix make.bat to match makefile changes --- Doc/make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12