mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Update phony targets.
This commit is contained in:
+2
-1
@@ -11,7 +11,8 @@ PAPEROPT_letter = -D latex_paper_size=letter
|
|||||||
ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) \
|
ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) \
|
||||||
$(SPHINXOPTS) $(O) .
|
$(SPHINXOPTS) $(O) .
|
||||||
|
|
||||||
.PHONY: help clean html dirhtml pickle htmlhelp qthelp latex changes linkcheck doctest man
|
.PHONY: help clean html dirhtml pickle htmlhelp qthelp latex changes linkcheck \
|
||||||
|
doctest man devhelp epub json latexpdf singlehtml text
|
||||||
|
|
||||||
help:
|
help:
|
||||||
@echo "Please use \`make <target>' where <target> is one of"
|
@echo "Please use \`make <target>' where <target> is one of"
|
||||||
|
|||||||
Reference in New Issue
Block a user