summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-12-30 16:21:26 +0000
committerGeorg Brandl <georg@python.org>2009-12-30 16:21:26 +0000
commit95049f2561a571756e58ce8fc4b1cc79f858624f (patch)
treebcc3cebb04c6ae5052664ca9174f23852e487a8c
parent9b02e85e8d4b4a850534ba0666086cf9bbfbde9e (diff)
downloadcpython-git-95049f2561a571756e58ce8fc4b1cc79f858624f.tar.gz
Use new Pygments version.
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
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