summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-10-23 18:21:41 (GMT)
committerGeorg Brandl <georg@python.org>2007-10-23 18:21:41 (GMT)
commitd1cdf21cb92556b90bb210772bf1a19908e8314e (patch)
tree308aba36d2b5a66ed4fb07bd1ac1baa39853b4d0
parent7c67613bc780f906c9342518a2efaadee62c4b8c (diff)
downloadcpython-d1cdf21cb92556b90bb210772bf1a19908e8314e.zip
cpython-d1cdf21cb92556b90bb210772bf1a19908e8314e.tar.gz
cpython-d1cdf21cb92556b90bb210772bf1a19908e8314e.tar.bz2
Update Pygments version from externals.
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 21ca0b7..917b8c8 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -29,7 +29,7 @@ checkout:
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