summaryrefslogtreecommitdiff
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-09-09 19:14:12 +0000
committerGeorg Brandl <georg@python.org>2008-09-09 19:14:12 +0000
commit617027fba48e84d09e21f69093754c0db5820006 (patch)
tree2dff719e8459b9ee625070ce9fbe9a7146731b97 /Doc/Makefile
parent64063706aac7d8937f088b7bd9123a52e5cd98b6 (diff)
downloadcpython-git-617027fba48e84d09e21f69093754c0db5820006.tar.gz
Update Pygments version used.
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 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