From 617027fba48e84d09e21f69093754c0db5820006 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 9 Sep 2008 19:14:12 +0000 Subject: [PATCH] Update Pygments version used. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 470337b268..0cbd93f5b3 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 -- 2.50.1