diff options
author | Georg Brandl <georg@python.org> | 2008-09-09 19:14:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-09-09 19:14:12 (GMT) |
commit | 617027fba48e84d09e21f69093754c0db5820006 (patch) | |
tree | 2dff719e8459b9ee625070ce9fbe9a7146731b97 /Doc/Makefile | |
parent | 64063706aac7d8937f088b7bd9123a52e5cd98b6 (diff) | |
download | cpython-617027fba48e84d09e21f69093754c0db5820006.zip cpython-617027fba48e84d09e21f69093754c0db5820006.tar.gz cpython-617027fba48e84d09e21f69093754c0db5820006.tar.bz2 |
Update Pygments version used.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 470337b..0cbd93f 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 |