diff options
author | Georg Brandl <georg@python.org> | 2009-12-30 16:24:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-12-30 16:24:25 (GMT) |
commit | 9abe1f1159079445e88cd13d45d5fcc432bb8ce5 (patch) | |
tree | 9e7b5dbfad6bd194b6c32bf2ea0fb8234ae51ce0 /Doc/Makefile | |
parent | 9ab44b509a935011beb8e9108a2271ee728e8ad4 (diff) | |
download | cpython-9abe1f1159079445e88cd13d45d5fcc432bb8ce5.zip cpython-9abe1f1159079445e88cd13d45d5fcc432bb8ce5.tar.gz cpython-9abe1f1159079445e88cd13d45d5fcc432bb8ce5.tar.bz2 |
Merged revisions 77145 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r77145 | georg.brandl | 2009-12-30 17:21:26 +0100 (Mi, 30 Dez 2009) | 1 line
Use new Pygments version.
........
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 519a1c9..a8b46bd 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -44,7 +44,7 @@ checkout: fi @if [ ! -d tools/pygments ]; then \ echo "Checking out Pygments..."; \ - svn checkout $(SVNROOT)/external/Pygments-0.11.1/pygments tools/pygments; \ + svn checkout $(SVNROOT)/external/Pygments-1.1.1/pygments tools/pygments; \ fi update: checkout |