mirror of https://github.com/python/cpython
Mark all targets in `Doc/Makefile` as `PHONY` (GH-98189)
This commit is contained in:
parent
ccab67ba79
commit
4414586172
|
@ -21,9 +21,9 @@ PAPEROPT_letter = -D latex_elements.papersize=letterpaper
|
||||||
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) -j auto \
|
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) -j auto \
|
||||||
$(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES)
|
$(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES)
|
||||||
|
|
||||||
.PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
|
.PHONY: help build html htmlhelp latex text texinfo epub changes linkcheck \
|
||||||
coverage doctest pydoc-topics htmlview clean dist check serve \
|
coverage doctest pydoc-topics htmlview clean clean-venv venv dist check serve \
|
||||||
autobuild-dev autobuild-stable venv
|
autobuild-dev autobuild-dev-html autobuild-stable autobuild-stable-html
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Please use \`make <target>' where <target> is one of"
|
@echo "Please use \`make <target>' where <target> is one of"
|
||||||
|
|
Loading…
Reference in New Issue