mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Merged revisions 77145 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r77145 | georg.brandl | 2009-12-30 17:21:26 +0100 (Mi, 30 Dez 2009) | 1 line Use new Pygments version. ........
This commit is contained in:
parent
a6c0df768b
commit
36d3da87d9
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ checkout:
|
||||||
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.11.1/pygments tools/pygments; \
|
svn checkout $(SVNROOT)/external/Pygments-1.1.1/pygments tools/pygments; \
|
||||||
fi
|
fi
|
||||||
|
|
||||||
update: checkout
|
update: checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue