Commit aa7c8bda authored by Georg Brandl's avatar Georg Brandl

Use newer versions of externals.

parent 910df2fc
...@@ -33,15 +33,15 @@ checkout: ...@@ -33,15 +33,15 @@ checkout:
fi fi
@if [ ! -d tools/docutils ]; then \ @if [ ! -d tools/docutils ]; then \
echo "Checking out Docutils..."; \ echo "Checking out Docutils..."; \
svn checkout $(SVNROOT)/external/docutils-0.4/docutils tools/docutils; \ svn checkout $(SVNROOT)/external/docutils-0.5/docutils tools/docutils; \
fi fi
@if [ ! -d tools/jinja ]; then \ @if [ ! -d tools/jinja ]; then \
echo "Checking out Jinja..."; \ echo "Checking out Jinja..."; \
svn checkout $(SVNROOT)/external/Jinja-1.1/jinja tools/jinja; \ svn checkout $(SVNROOT)/external/Jinja-1.2/jinja tools/jinja; \
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.9/pygments tools/pygments; \ svn checkout $(SVNROOT)/external/Pygments-0.10/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