From: Georg Brandl Date: Tue, 23 Oct 2007 18:21:41 +0000 (+0000) Subject: Update Pygments version from externals. X-Git-Tag: v3.0a2~289 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d1cdf21cb92556b90bb210772bf1a19908e8314e;p=thirdparty%2FPython%2Fcpython.git Update Pygments version from externals. --- diff --git a/Doc/Makefile b/Doc/Makefile index 21ca0b703a20..917b8c8f8120 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -29,7 +29,7 @@ checkout: fi @if [ ! -d tools/pygments ]; then \ echo "Checking out Pygments..."; \ - svn checkout $(SVNROOT)/external/Pygments-0.8.1/pygments tools/pygments; \ + svn checkout $(SVNROOT)/external/Pygments-0.9/pygments tools/pygments; \ fi update: checkout