summaryrefslogtreecommitdiffstats
path: root/Doc/make.bat
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-12-31 03:35:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2009-12-31 03:35:15 (GMT)
commitb05e73d9c86872c3f0ebc7d6a157860ebc28ca2f (patch)
tree265e3a8d877907360716861400da195aebe038dc /Doc/make.bat
parent9eea4805f4c5db83282c1a8fe47e9f7560fd75cc (diff)
downloadcpython-b05e73d9c86872c3f0ebc7d6a157860ebc28ca2f.zip
cpython-b05e73d9c86872c3f0ebc7d6a157860ebc28ca2f.tar.gz
cpython-b05e73d9c86872c3f0ebc7d6a157860ebc28ca2f.tar.bz2
Merged revisions 77151-77152 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77151 | georg.brandl | 2009-12-30 12:32:50 -0600 (Wed, 30 Dec 2009) | 1 line #7487: update Pygments version. ........ r77152 | georg.brandl | 2009-12-30 12:36:09 -0600 (Wed, 30 Dec 2009) | 1 line #7602: improve "clean" and "checkout" targets now that all tools are in externals. ........
Diffstat (limited to 'Doc/make.bat')
-rw-r--r--Doc/make.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/make.bat b/Doc/make.bat
index aeb8974..9dede61 100644
--- a/Doc/make.bat
+++ b/Doc/make.bat
@@ -37,7 +37,7 @@ goto end
svn co %SVNROOT%/external/Sphinx-0.6.3/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
+svn co %SVNROOT%/external/Pygments-1.1.1/pygments tools/pygments
goto end
:update