We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Doc/Makefile
PHONY
1 parent ccab67b commit 4414586Copy full SHA for 4414586
Doc/Makefile
@@ -21,9 +21,9 @@ PAPEROPT_letter = -D latex_elements.papersize=letterpaper
21
ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) -j auto \
22
$(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES)
23
24
-.PHONY: help build html htmlhelp latex text texinfo changes linkcheck \
25
- coverage doctest pydoc-topics htmlview clean dist check serve \
26
- 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
27
28
help:
29
@echo "Please use \`make <target>' where <target> is one of"
0 commit comments