[Python-checkins] cpython: Remove references to make targets deleted in eef7899ea7ab
eric.araujo
python-checkins at python.org
Fri Mar 14 00:31:11 CET 2014
http://hg.python.org/cpython/rev/74a6b3c9c6cd
changeset: 89645:74a6b3c9c6cd
user: Éric Araujo <merwok at netwok.org>
date: Thu Mar 13 19:30:43 2014 -0400
summary:
Remove references to make targets deleted in eef7899ea7ab
files:
Doc/Makefile | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/Doc/Makefile b/Doc/Makefile
--- a/Doc/Makefile
+++ b/Doc/Makefile
@@ -14,7 +14,7 @@
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 @@
@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 @@
# for development releases: always build
autobuild-dev:
- make update
make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
-make suspicious
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list