Commit 9ba7a309 authored by Benjamin Peterson's avatar Benjamin Peterson

use the latest pygments version

parent 97179b0f
...@@ -41,7 +41,7 @@ checkout: ...@@ -41,7 +41,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.10/pygments tools/pygments; \ svn checkout $(SVNROOT)/external/Pygments-0.11.1/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