From d1cdf21cb92556b90bb210772bf1a19908e8314e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Tue, 23 Oct 2007 18:21:41 +0000 Subject: Update Pygments version from externals. --- Doc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/Makefile b/Doc/Makefile index 21ca0b7..917b8c8 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 -- cgit v0.12