From: Martin v. Löwis Date: Mon, 10 Sep 2007 13:19:10 +0000 (+0000) Subject: Allow making update with no prior checkout. X-Git-Tag: v2.6a1~1320 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3994240b6cddc310db4791f43b4e4ea922713c55;p=thirdparty%2FPython%2Fcpython.git Allow making update with no prior checkout. --- diff --git a/Doc/Makefile b/Doc/Makefile index d26117be1b80..d2a080697bd0 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -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