commit | fef8be66e35df7ca1db1c377a760b551086e64bf | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Oct 23 18:21:35 2007 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Oct 23 18:21:35 2007 +0000 |
tree | 450929db1761bfbcf17389f5c9d83855a6f937bb | |
parent | 530042816c837730b7498f2e1bcda98b40031273 [diff] [blame] |
Update Pygments version from externals.
diff --git a/Doc/Makefile b/Doc/Makefile index d2a0806..aa88c8c 100644 --- a/Doc/Makefile +++ b/Doc/Makefile
@@ -29,7 +29,7 @@ fi @if [ ! -d tools/pygments ]; then \ echo "Checking out Pygments..."; \ - svn checkout $(SVNROOT)/external/Pygments-0.8.1/pygments tools/pygments; \ + svn checkout $(SVNROOT)/external/Pygments-0.9/pygments tools/pygments; \ fi update: checkout