mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update phony targets.
This commit is contained in:
parent
6f982283ed
commit
ac9245de2d
@ -11,7 +11,8 @@ PAPEROPT_letter = -D latex_paper_size=letter
|
||||
ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) \
|
||||
$(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:
|
||||
@echo "Please use \`make <target>' where <target> is one of"
|
||||
|
Loading…
Reference in New Issue
Block a user