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

index d2a080697bd0ec5a34f88068ebdbb6e057d15107..aa88c8c6e963f7cd4bdcbc009e21409070b638e8 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