mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Remove references to make targets deleted in eef7899ea7ab
This commit is contained in:
parent
7bf50318bd
commit
f446d7a70b
1 changed files with 2 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ DISTVERSION = $(shell $(PYTHON) tools/sphinxext/patchlevel.py)
|
||||||
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \
|
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees -D latex_paper_size=$(PAPER) \
|
||||||
$(SPHINXOPTS) . build/$(BUILDER) $(SOURCES)
|
$(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 \
|
suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
|
||||||
autobuild-dev autobuild-stable
|
autobuild-dev autobuild-stable
|
||||||
|
|
||||||
|
|
@ -36,7 +36,7 @@ help:
|
||||||
@echo " check to run a check for frequent markup errors"
|
@echo " check to run a check for frequent markup errors"
|
||||||
@echo " serve to serve the documentation on the localhost (8000)"
|
@echo " serve to serve the documentation on the localhost (8000)"
|
||||||
|
|
||||||
build: checkout
|
build:
|
||||||
$(SPHINXBUILD) $(ALLSPHINXOPTS)
|
$(SPHINXBUILD) $(ALLSPHINXOPTS)
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
|
|
@ -157,7 +157,6 @@ serve:
|
||||||
|
|
||||||
# for development releases: always build
|
# for development releases: always build
|
||||||
autobuild-dev:
|
autobuild-dev:
|
||||||
make update
|
|
||||||
make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
make dist SPHINXOPTS='-A daily=1 -A versionswitcher=1'
|
||||||
-make suspicious
|
-make suspicious
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue