[Python-checkins] r58088 - python/trunk/Doc/Makefile

martin.v.loewis python-checkins at python.org
Mon Sep 10 15:19:10 CEST 2007


Author: martin.v.loewis
Date: Mon Sep 10 15:19:10 2007
New Revision: 58088

Modified:
   python/trunk/Doc/Makefile
Log:
Allow making update with no prior checkout.

Modified: python/trunk/Doc/Makefile
==============================================================================
--- python/trunk/Doc/Makefile	(original)
+++ python/trunk/Doc/Makefile	Mon Sep 10 15:19:10 2007
@@ -32,7 +32,7 @@
 	  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


More information about the Python-checkins mailing list