Update phony targets.

This commit is contained in:
Georg Brandl 2010-05-30 08:49:33 +02:00
parent 6f982283ed
commit ac9245de2d

View File

@ -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"