diff options
author | Georg Brandl <georg@python.org> | 2007-10-23 18:21:41 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-10-23 18:21:41 (GMT) |
commit | d1cdf21cb92556b90bb210772bf1a19908e8314e (patch) | |
tree | 308aba36d2b5a66ed4fb07bd1ac1baa39853b4d0 /Doc | |
parent | 7c67613bc780f906c9342518a2efaadee62c4b8c (diff) | |
download | cpython-d1cdf21cb92556b90bb210772bf1a19908e8314e.zip cpython-d1cdf21cb92556b90bb210772bf1a19908e8314e.tar.gz cpython-d1cdf21cb92556b90bb210772bf1a19908e8314e.tar.bz2 |
Update Pygments version from externals.
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 21ca0b7..917b8c8 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 |