From: Georg Brandl Date: Wed, 30 Dec 2009 16:23:42 +0000 (+0000) Subject: Merged revisions 77145 via svnmerge from X-Git-Tag: v2.6.5rc1~217 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=36d3da87d9792b1bdaef00e00901d7453ccf67a6;p=thirdparty%2FPython%2Fcpython.git Merged revisions 77145 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77145 | georg.brandl | 2009-12-30 17:21:26 +0100 (Mi, 30 Dez 2009) | 1 line Use new Pygments version. ........ --- diff --git a/Doc/Makefile b/Doc/Makefile index 7cfb024e22cc..3076777987b1 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -44,7 +44,7 @@ checkout: fi @if [ ! -d tools/pygments ]; then \ echo "Checking out Pygments..."; \ - svn checkout $(SVNROOT)/external/Pygments-0.11.1/pygments tools/pygments; \ + svn checkout $(SVNROOT)/external/Pygments-1.1.1/pygments tools/pygments; \ fi update: checkout