mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
use Jinja 2.1.1
This commit is contained in:
parent
f0d2c3f730
commit
d680d96027
1 changed files with 3 additions and 3 deletions
|
@ -37,9 +37,9 @@ checkout:
|
||||||
echo "Checking out Docutils..."; \
|
echo "Checking out Docutils..."; \
|
||||||
svn checkout $(SVNROOT)/external/docutils-0.5/docutils tools/docutils; \
|
svn checkout $(SVNROOT)/external/docutils-0.5/docutils tools/docutils; \
|
||||||
fi
|
fi
|
||||||
@if [ ! -d tools/jinja ]; then \
|
@if [ ! -d tools/jinja2 ]; then \
|
||||||
echo "Checking out Jinja..."; \
|
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
|
fi
|
||||||
@if [ ! -d tools/pygments ]; then \
|
@if [ ! -d tools/pygments ]; then \
|
||||||
echo "Checking out Pygments..."; \
|
echo "Checking out Pygments..."; \
|
||||||
|
@ -49,7 +49,7 @@ checkout:
|
||||||
update: checkout
|
update: checkout
|
||||||
svn update tools/sphinx
|
svn update tools/sphinx
|
||||||
svn update tools/docutils
|
svn update tools/docutils
|
||||||
svn update tools/jinja
|
svn update tools/jinja2
|
||||||
svn update tools/pygments
|
svn update tools/pygments
|
||||||
|
|
||||||
build: checkout
|
build: checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue