]> granicus.if.org Git - python/commitdiff
Use new Pygments version.
authorGeorg Brandl <georg@python.org>
Wed, 30 Dec 2009 16:21:26 +0000 (16:21 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 30 Dec 2009 16:21:26 +0000 (16:21 +0000)
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