summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-10-23 18:21:35 (GMT)
committerGeorg Brandl <georg@python.org>2007-10-23 18:21:35 (GMT)
commitfef8be66e35df7ca1db1c377a760b551086e64bf (patch)
tree450929db1761bfbcf17389f5c9d83855a6f937bb /Doc
parent530042816c837730b7498f2e1bcda98b40031273 (diff)
downloadcpython-fef8be66e35df7ca1db1c377a760b551086e64bf.zip
cpython-fef8be66e35df7ca1db1c377a760b551086e64bf.tar.gz
cpython-fef8be66e35df7ca1db1c377a760b551086e64bf.tar.bz2
Update Pygments version from externals.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index d2a0806..aa88c8c 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