use Jinja 2.1.1

This commit is contained in:
Benjamin Peterson 2009-01-04 22:00:18 +00:00
parent f0d2c3f730
commit d680d96027
1 changed files with 3 additions and 3 deletions

View File

@ -37,9 +37,9 @@ checkout:
echo "Checking out Docutils..."; \
svn checkout $(SVNROOT)/external/docutils-0.5/docutils tools/docutils; \
fi
@if [ ! -d tools/jinja ]; then \
@if [ ! -d tools/jinja2 ]; then \
echo "Checking out Jinja..."; \
svn checkout $(SVNROOT)/external/Jinja-1.2/jinja tools/jinja; \
svn checkout $(SVNROOT)/external/Jinja-2.1.1/jinja2 tools/jinja2; \
fi
@if [ ! -d tools/pygments ]; then \
echo "Checking out Pygments..."; \
@ -49,7 +49,7 @@ checkout:
update: checkout
svn update tools/sphinx
svn update tools/docutils
svn update tools/jinja
svn update tools/jinja2
svn update tools/pygments
build: checkout