From: Georg Brandl Date: Tue, 9 Sep 2008 19:14:12 +0000 (+0000) Subject: Update Pygments version used. X-Git-Tag: v3.0rc1~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=617027fba48e84d09e21f69093754c0db5820006;p=thirdparty%2FPython%2Fcpython.git Update Pygments version used. --- diff --git a/Doc/Makefile b/Doc/Makefile index 470337b2689b..0cbd93f5b3fa 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