diff options
author | Georg Brandl <georg@python.org> | 2007-10-23 18:21:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-23 18:21:35 (GMT) |
commit | fef8be66e35df7ca1db1c377a760b551086e64bf (patch) | |
tree | 450929db1761bfbcf17389f5c9d83855a6f937bb /Doc/Makefile | |
parent | 530042816c837730b7498f2e1bcda98b40031273 (diff) | |
download | cpython-fef8be66e35df7ca1db1c377a760b551086e64bf.zip cpython-fef8be66e35df7ca1db1c377a760b551086e64bf.tar.gz cpython-fef8be66e35df7ca1db1c377a760b551086e64bf.tar.bz2 |
Update Pygments version from externals.
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 d2a0806..aa88c8c 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -29,7 +29,7 @@ checkout: 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 |