mirror of
https://github.com/python/cpython.git
synced 2026-04-09 13:20:49 +00:00
merge with 3.3
This commit is contained in:
commit
738cb60f65
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@ checkout:
|
|||
fi
|
||||
@if [ ! -d tools/jinja2 ]; then \
|
||||
echo "Checking out Jinja..."; \
|
||||
svn checkout $(SVNROOT)/external/Jinja2-2.7.2/jinja2 tools/jinja2; \
|
||||
svn checkout $(SVNROOT)/external/Jinja-2.3.1/jinja2 tools/jinja2; \
|
||||
fi
|
||||
@if [ ! -d tools/pygments ]; then \
|
||||
echo "Checking out Pygments..."; \
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ goto end
|
|||
:checkout
|
||||
svn co %SVNROOT%/external/Sphinx-1.2/sphinx tools/sphinx
|
||||
svn co %SVNROOT%/external/docutils-0.11/docutils tools/docutils
|
||||
svn co %SVNROOT%/external/Jinja2-2.7.2/jinja2 tools/jinja2
|
||||
svn co %SVNROOT%/external/Jinja-2.3.1/jinja2 tools/jinja2
|
||||
svn co %SVNROOT%/external/Pygments-1.6/pygments tools/pygments
|
||||
goto end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue