From: Benjamin Peterson Date: Tue, 9 Sep 2008 23:16:48 +0000 (+0000) Subject: use the latest pygments version X-Git-Tag: v2.6rc1~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ba7a309be6b19d98e6866027ed8b110fd47184d;p=thirdparty%2FPython%2Fcpython.git use the latest pygments version --- diff --git a/Doc/Makefile b/Doc/Makefile index 9c421cdbfb23..638c822842b5 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -41,7 +41,7 @@ checkout: fi @if [ ! -d tools/pygments ]; then \ echo "Checking out Pygments..."; \ - svn checkout $(SVNROOT)/external/Pygments-0.10/pygments tools/pygments; \ + svn checkout $(SVNROOT)/external/Pygments-0.11.1/pygments tools/pygments; \ fi update: checkout