[Python-checkins] r66358 - python/trunk/Doc/Makefile

benjamin.peterson python-checkins at python.org
Wed Sep 10 01:16:48 CEST 2008


Author: benjamin.peterson
Date: Wed Sep 10 01:16:48 2008
New Revision: 66358

Log:
use the latest pygments version

Modified:
   python/trunk/Doc/Makefile

Modified: python/trunk/Doc/Makefile
==============================================================================
--- python/trunk/Doc/Makefile	(original)
+++ python/trunk/Doc/Makefile	Wed Sep 10 01:16:48 2008
@@ -41,7 +41,7 @@
 	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


More information about the Python-checkins mailing list