]> granicus.if.org Git - python/commitdiff
Merged revisions 77145 via svnmerge from
authorGeorg Brandl <georg@python.org>
Wed, 30 Dec 2009 16:24:25 +0000 (16:24 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 30 Dec 2009 16:24:25 +0000 (16:24 +0000)
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.
........

Doc/Makefile

index 519a1c9f42da2366a551e3f83667b8bf13e5531e..a8b46bdc8e565edb1523a3ee69918efaf22913ef 100644 (file)
@@ -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