diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-09-09 23:16:48 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-09-09 23:16:48 (GMT) |
commit | 9ba7a309be6b19d98e6866027ed8b110fd47184d (patch) | |
tree | f27f1eb9cb3e8674ac2ae88da3c1a07dd2261d2e /Doc | |
parent | 97179b0f58ebb13c6053096dc9fb7aff9f4abf33 (diff) | |
download | cpython-9ba7a309be6b19d98e6866027ed8b110fd47184d.zip cpython-9ba7a309be6b19d98e6866027ed8b110fd47184d.tar.gz cpython-9ba7a309be6b19d98e6866027ed8b110fd47184d.tar.bz2 |
use the latest pygments version
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 9c421cd..638c822 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 |