[Python-checkins] r77149 - in python/branches/py3k: Doc/Makefile

georg.brandl python-checkins at python.org
Wed Dec 30 17:24:25 CET 2009


Author: georg.brandl
Date: Wed Dec 30 17:24:25 2009
New Revision: 77149

Log:
Merged revisions 77145 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77145 | georg.brandl | 2009-12-30 17:21:26 +0100 (Mi, 30 Dez 2009) | 1 line
  
  Use new Pygments version.
........


Modified:
   python/branches/py3k/   (props changed)
   python/branches/py3k/Doc/Makefile

Modified: python/branches/py3k/Doc/Makefile
==============================================================================
--- python/branches/py3k/Doc/Makefile	(original)
+++ python/branches/py3k/Doc/Makefile	Wed Dec 30 17:24:25 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