Allow making update with no prior checkout.

This commit is contained in:
Martin v. Löwis 2007-09-10 13:19:10 +00:00
parent fbf83bbd77
commit 3994240b6c
1 changed files with 1 additions and 1 deletions

View File

@ -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