commit | 9ba7a309be6b19d98e6866027ed8b110fd47184d | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Tue Sep 09 23:16:48 2008 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Tue Sep 09 23:16:48 2008 +0000 |
tree | f27f1eb9cb3e8674ac2ae88da3c1a07dd2261d2e | |
parent | 97179b0f58ebb13c6053096dc9fb7aff9f4abf33 [diff] |
use the latest pygments version
diff --git a/Doc/Makefile b/Doc/Makefile index 9c421cd..638c822 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -41,7 +41,7 @@ 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