From: Nikita Sobolev Date: Wed, 12 Oct 2022 19:40:47 +0000 (+0300) Subject: Mark all targets in `Doc/Makefile` as `PHONY` (GH-98189) X-Git-Tag: v3.12.0a1~114 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4414586172a7b22ce5b7508c68401e6dc2ac49cc;p=thirdparty%2FPython%2Fcpython.git Mark all targets in `Doc/Makefile` as `PHONY` (GH-98189) --- diff --git a/Doc/Makefile b/Doc/Makefile index f52087409a04..b09a9d754fb5 100644 --- a/Doc/Makefile +++ b/Doc/Makefile @@ -21,9 +21,9 @@ PAPEROPT_letter = -D latex_elements.papersize=letterpaper ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) -j auto \ $(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES) -.PHONY: help build html htmlhelp latex text texinfo changes linkcheck \ - coverage doctest pydoc-topics htmlview clean dist check serve \ - autobuild-dev autobuild-stable venv +.PHONY: help build html htmlhelp latex text texinfo epub changes linkcheck \ + coverage doctest pydoc-topics htmlview clean clean-venv venv dist check serve \ + autobuild-dev autobuild-dev-html autobuild-stable autobuild-stable-html help: @echo "Please use \`make ' where is one of"