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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3994240b6cddc310db4791f43b4e4ea922713c55;p=python Allow making update with no prior checkout. --- diff --git a/Doc/Makefile b/Doc/Makefile index d26117be1b..d2a080697b 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