]> granicus.if.org Git - python/commitdiff
Allow making update with no prior checkout.
authorMartin v. Löwis <martin@v.loewis.de>
Mon, 10 Sep 2007 13:19:10 +0000 (13:19 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Mon, 10 Sep 2007 13:19:10 +0000 (13:19 +0000)
Doc/Makefile

index d26117be1b80dbe2306fd667ac2b8f36517faada..d2a080697bd0ec5a34f88068ebdbb6e057d15107 100644 (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