summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2007-09-10 13:19:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2007-09-10 13:19:10 (GMT)
commit3994240b6cddc310db4791f43b4e4ea922713c55 (patch)
tree137fe181a9ea4003837375d3c04eea12bb639588 /Doc/Makefile
parentfbf83bbd77da90fc01ed62abed52320f614f244f (diff)
downloadcpython-3994240b6cddc310db4791f43b4e4ea922713c55.zip
cpython-3994240b6cddc310db4791f43b4e4ea922713c55.tar.gz
cpython-3994240b6cddc310db4791f43b4e4ea922713c55.tar.bz2
Allow making update with no prior checkout.
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index d26117b..d2a0806 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