]> granicus.if.org Git - python/commitdiff
Update Pygments version from externals.
authorGeorg Brandl <georg@python.org>
Tue, 23 Oct 2007 18:21:41 +0000 (18:21 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 23 Oct 2007 18:21:41 +0000 (18:21 +0000)
Doc/Makefile

index 21ca0b703a20a4d7fb6f54d8a2b1a51d5ad41750..917b8c8f8120f202d886423c825ffb610d11b09e 100644 (file)
@@ -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