commit | 617027fba48e84d09e21f69093754c0db5820006 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Sep 09 19:14:12 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Sep 09 19:14:12 2008 +0000 |
tree | 2dff719e8459b9ee625070ce9fbe9a7146731b97 | |
parent | 64063706aac7d8937f088b7bd9123a52e5cd98b6 [diff] [blame] |
Update Pygments version used.
diff --git a/Doc/Makefile b/Doc/Makefile index 470337b..0cbd93f 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