[Python-3000-checkins] r66344 - python/branches/py3k/Doc/Makefile

georg.brandl python-3000-checkins at python.org
Tue Sep 9 21:14:16 CEST 2008


Author: georg.brandl
Date: Tue Sep  9 21:14:12 2008
New Revision: 66344

Log:
Update Pygments version used.


Modified:
   python/branches/py3k/Doc/Makefile

Modified: python/branches/py3k/Doc/Makefile
==============================================================================
--- python/branches/py3k/Doc/Makefile	(original)
+++ python/branches/py3k/Doc/Makefile	Tue Sep  9 21:14:12 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-3000-checkins mailing list