From: Georg Brandl Date: Wed, 30 Dec 2009 16:21:26 +0000 (+0000) Subject: Use new Pygments version. X-Git-Tag: v2.7a2~82 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=95049f2561a571756e58ce8fc4b1cc79f858624f;p=python Use new Pygments version. --- diff --git a/Doc/Makefile b/Doc/Makefile index 519a1c9f42..a8b46bdc8e 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