mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +00:00
Allow making update with no prior checkout.
This commit is contained in:
parent
fbf83bbd77
commit
3994240b6c
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ checkout:
|
|||
svn checkout $(SVNROOT)/external/Pygments-0.8.1/pygments tools/pygments; \
|
||||
fi
|
||||
|
||||
update:
|
||||
update: checkout
|
||||
svn update tools/sphinx
|
||||
svn update tools/docutils
|
||||
svn update tools/pygments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue