]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update Pygments version used.
authorGeorg Brandl <georg@python.org>
Tue, 9 Sep 2008 19:14:12 +0000 (19:14 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 9 Sep 2008 19:14:12 +0000 (19:14 +0000)
Doc/Makefile

index 470337b2689bfcaae0fc9341539f1851f568bfc8..0cbd93f5b3fa93041caced254f163724d1c80298 100644 (file)
@@ -41,7 +41,7 @@ checkout:
        fi
        @if [ ! -d tools/pygments ]; then \
          echo "Checking out Pygments..."; \
-         svn checkout $(SVNROOT)/external/Pygments-0.10/pygments tools/pygments; \
+         svn checkout $(SVNROOT)/external/Pygments-0.11.1/pygments tools/pygments; \
        fi
 
 update: checkout