summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-12-30 16:25:13 (GMT)
committerGeorg Brandl <georg@python.org>2009-12-30 16:25:13 (GMT)
commit078d2c9c5fc1b2dffe810e5b1b05525ecf5d80d1 (patch)
tree16dbfce1f95ed4f1a79aa9a50496460191e5dce7
parent7de9d6a4b02712c3f343b98327c3e9222cc73420 (diff)
downloadcpython-078d2c9c5fc1b2dffe810e5b1b05525ecf5d80d1.zip
cpython-078d2c9c5fc1b2dffe810e5b1b05525ecf5d80d1.tar.gz
cpython-078d2c9c5fc1b2dffe810e5b1b05525ecf5d80d1.tar.bz2
Merged revisions 77149 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k ................ r77149 | georg.brandl | 2009-12-30 17:24:25 +0100 (Mi, 30 Dez 2009) | 9 lines 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. ........ ................
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 519a1c9..a8b46bd 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -44,7 +44,7 @@ checkout:
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