Author: georg.brandl
Date: Tue Oct 23 20:21:41 2007
New Revision: 58610

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


Modified: python/branches/py3k/Doc/Makefile
==============================================================================
--- python/branches/py3k/Doc/Makefile   (original)
+++ python/branches/py3k/Doc/Makefile   Tue Oct 23 20:21:41 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
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to