Commit 8687325c authored by Martin v. Löwis's avatar Martin v. Löwis

Allow making update with no prior checkout.

parent 650f13af
...@@ -32,7 +32,7 @@ checkout: ...@@ -32,7 +32,7 @@ checkout:
svn checkout $(SVNROOT)/external/Pygments-0.8.1/pygments tools/pygments; \ svn checkout $(SVNROOT)/external/Pygments-0.8.1/pygments tools/pygments; \
fi fi
update: update: checkout
svn update tools/sphinx svn update tools/sphinx
svn update tools/docutils svn update tools/docutils
svn update tools/pygments svn update tools/pygments
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment