summaryrefslogtreecommitdiffstats
path: root/Doc/Makefile
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2010-09-06 01:31:11 (GMT)
committerÉric Araujo <merwok@netwok.org>2010-09-06 01:31:11 (GMT)
commit716ac385d99100beb3a9b3a5ce5ca04dd27d710b (patch)
treea5ce65aa7c5ec2cf36d98eea10afab9c708116ff /Doc/Makefile
parentdb9044e065c6d879be8f66f3144562ac466b92ec (diff)
downloadcpython-716ac385d99100beb3a9b3a5ce5ca04dd27d710b.zip
cpython-716ac385d99100beb3a9b3a5ce5ca04dd27d710b.tar.gz
cpython-716ac385d99100beb3a9b3a5ce5ca04dd27d710b.tar.bz2
Revert accidental commit, apologies for the noise
Diffstat (limited to 'Doc/Makefile')
-rw-r--r--Doc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Makefile b/Doc/Makefile
index 9e5c543..d12e4c7 100644
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -55,9 +55,9 @@ checkout:
svn checkout $(SVNROOT)/external/Pygments-1.3.1/pygments tools/pygments; \
fi
-update: clean
+update: clean checkout
-build:
+build: checkout
mkdir -p build/$(BUILDER) build/doctrees
$(PYTHON) tools/sphinx-build.py $(ALLSPHINXOPTS)
@echo