Commit d1cdf21c authored by Georg Brandl's avatar Georg Brandl

Update Pygments version from externals.

parent 7c67613b
...@@ -29,7 +29,7 @@ checkout: ...@@ -29,7 +29,7 @@ checkout:
fi fi
@if [ ! -d tools/pygments ]; then \ @if [ ! -d tools/pygments ]; then \
echo "Checking out Pygments..."; \ 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 fi
update: checkout update: checkout
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment