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

georg.brandl python-checkins at python.org
Wed Dec 30 17:21:26 CET 2009


Author: georg.brandl
Date: Wed Dec 30 17:21:26 2009
New Revision: 77145

Log:
Use new Pygments version.

Modified:
   python/trunk/Doc/Makefile

Modified: python/trunk/Doc/Makefile
==============================================================================
--- python/trunk/Doc/Makefile	(original)
+++ python/trunk/Doc/Makefile	Wed Dec 30 17:21:26 2009
@@ -44,7 +44,7 @@
 	fi
 	@if [ ! -d tools/pygments ]; then \
 	  echo "Checking out Pygments..."; \
-	  svn checkout $(SVNROOT)/external/Pygments-0.11.1/pygments tools/pygments; \
+	  svn checkout $(SVNROOT)/external/Pygments-1.1.1/pygments tools/pygments; \
 	fi
 
 update: checkout


More information about the Python-checkins mailing list