mirror of
https://github.com/python/cpython.git
synced 2025-07-31 07:04:42 +00:00
Use newer versions of externals.
This commit is contained in:
parent
910df2fc4e
commit
aa7c8bda63
1 changed files with 3 additions and 3 deletions
|
@ -33,15 +33,15 @@ checkout:
|
|||
fi
|
||||
@if [ ! -d tools/docutils ]; then \
|
||||
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
|
||||
@if [ ! -d tools/jinja ]; then \
|
||||
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
|
||||
@if [ ! -d tools/pygments ]; then \
|
||||
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
|
||||
|
||||
update: checkout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue