summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-12-30 16:21:26 (GMT)
committerGeorg Brandl <georg@python.org>2009-12-30 16:21:26 (GMT)
commit95049f2561a571756e58ce8fc4b1cc79f858624f (patch)
treebcc3cebb04c6ae5052664ca9174f23852e487a8c /Doc/Makefile
parent9b02e85e8d4b4a850534ba0666086cf9bbfbde9e (diff)
downloadcpython-95049f2561a571756e58ce8fc4b1cc79f858624f.zip
cpython-95049f2561a571756e58ce8fc4b1cc79f858624f.tar.gz
cpython-95049f2561a571756e58ce8fc4b1cc79f858624f.tar.bz2
Use new Pygments version.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 519a1c9..a8b46bd 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