Kaydet (Commit) 617027fb authored tarafından Georg Brandl's avatar Georg Brandl

Update Pygments version used.

üst 64063706
...@@ -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