diff options
author | Georg Brandl <georg@python.org> | 2009-12-30 16:23:42 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-12-30 16:23:42 +0000 |
commit | 36d3da87d9792b1bdaef00e00901d7453ccf67a6 (patch) | |
tree | 7b87316ebd2f7bcd5efe8595438c1ec18c3e9bc9 | |
parent | a6c0df768b6fd88760bc1ed6689b11eb7080753d (diff) | |
download | cpython-git-36d3da87d9792b1bdaef00e00901d7453ccf67a6.tar.gz |
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.
........
-rw-r--r-- | Doc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 7cfb024e22..3076777987 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 |