diff options
author | Éric Araujo <merwok@netwok.org> | 2014-03-13 23:30:43 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2014-03-13 23:30:43 (GMT) |
commit | f446d7a70b710490c1859046d07d4332ac3b4bad (patch) | |
tree | 80201099191b87edc384975e74b4dc7cdb5b296d /Doc/Makefile | |
parent | 7bf50318bdcdbe6fc9fb3047c9054995b14c016f (diff) | |
download | cpython-f446d7a70b710490c1859046d07d4332ac3b4bad.zip cpython-f446d7a70b710490c1859046d07d4332ac3b4bad.tar.gz cpython-f446d7a70b710490c1859046d07d4332ac3b4bad.tar.bz2 |
Remove references to make targets deleted in eef7899ea7ab
Diffstat (limited to 'Doc/Makefile')
-rw-r--r-- | Doc/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Doc/Makefile b/Doc/Makefile index 4734526..d85fb94 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -14,7 +14,7 @@ DISTVERSION = $(shell $(PYTHON) tools/sphinxext/patchlevel.py) ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \ $(SPHINXOPTS) . build/$(BUILDER) $(SOURCES) -.PHONY: help checkout update build html htmlhelp latex text changes linkcheck \ +.PHONY: help build html htmlhelp latex text changes linkcheck \ suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ autobuild-dev autobuild-stable @@ -36,7 +36,7 @@ help: @echo " check to run a check for frequent markup errors" @echo " serve to serve the documentation on the localhost (8000)" -build: checkout +build: $(SPHINXBUILD) $(ALLSPHINXOPTS) @echo @@ -157,7 +157,6 @@ serve: # for development releases: always build autobuild-dev: - make update make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1' -make suspicious |