]> granicus.if.org Git - python/commitdiff
use the latest pygments version
authorBenjamin Peterson <benjamin@python.org>
Tue, 9 Sep 2008 23:16:48 +0000 (23:16 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 9 Sep 2008 23:16:48 +0000 (23:16 +0000)
Doc/Makefile

index 9c421cdbfb23437acd8e90c330653eeba49e8517..638c822842b5fe4b447d07d4e65a96d6db9e53ea 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