From: Georg Brandl Date: Tue, 23 Oct 2007 18:21:35 +0000 (+0000) Subject: Update Pygments version from externals. X-Git-Tag: v2.6a1~1138 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fef8be66e35df7ca1db1c377a760b551086e64bf;p=python Update Pygments version from externals. --- diff --git a/Doc/Makefile b/Doc/Makefile index d2a080697b..aa88c8c6e9 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