diff options
author | Georg Brandl <georg@python.org> | 2012-09-30 16:14:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-09-30 16:14:10 (GMT) |
commit | e564026947c21cfc6ab1ba76bd12d611e2c19993 (patch) | |
tree | c29ccfce61b57e890e293af2d2ae111eb39d237d | |
parent | 16dd5245ac28e9e681dbb9930623c53a2fb37fb7 (diff) | |
parent | 0472bc8709829fbddb5c93a418e93bc6cc1a8b67 (diff) | |
download | cpython-e564026947c21cfc6ab1ba76bd12d611e2c19993.zip cpython-e564026947c21cfc6ab1ba76bd12d611e2c19993.tar.gz cpython-e564026947c21cfc6ab1ba76bd12d611e2c19993.tar.bz2 |
merge with 3.3
-rw-r--r-- | Doc/Makefile | 2 | ||||
-rw-r--r-- | Doc/make.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index cb56ea9..6a804d4 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -53,7 +53,7 @@ checkout: fi @if [ ! -d tools/pygments ]; then \ echo "Checking out Pygments..."; \ - svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \ + svn checkout $(SVNROOT)/external/Pygments-1.5dev-20120930/pygments tools/pygments; \ fi update: clean checkout diff --git a/Doc/make.bat b/Doc/make.bat index 4ea2d51..a2220c0 100644 --- a/Doc/make.bat +++ b/Doc/make.bat @@ -37,7 +37,7 @@ goto end svn co %SVNROOT%/external/Sphinx-1.0.7/sphinx tools/sphinx svn co %SVNROOT%/external/docutils-0.6/docutils tools/docutils svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2 -svn co %SVNROOT%/external/Pygments-1.3.1/pygments tools/pygments +svn co %SVNROOT%/external/Pygments-1.5dev-20120930/pygments tools/pygments goto end :update |