Allow making update with no prior checkout.
This commit is contained in:
parent
fbf83bbd77
commit
3994240b6c
|
@ -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…
Reference in New Issue