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

georg.brandl python-checkins at python.org
Tue Oct 23 20:21:36 CEST 2007


Author: georg.brandl
Date: Tue Oct 23 20:21:35 2007
New Revision: 58609

Modified:
   python/trunk/Doc/Makefile
Log:
Update Pygments version from externals.


Modified: python/trunk/Doc/Makefile
==============================================================================
--- python/trunk/Doc/Makefile	(original)
+++ python/trunk/Doc/Makefile	Tue Oct 23 20:21:35 2007
@@ -29,7 +29,7 @@
 	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


More information about the Python-checkins mailing list