diff options
| author | Georg Brandl <georg@python.org> | 2010-05-30 08:49:33 +0200 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2010-05-30 08:49:33 +0200 |
| commit | 165f76c27f9110b3bfdcde37127bffdbf7fbf530 (patch) | |
| tree | 055dd1a760d464eeff544242601281f097a07910 /doc/Makefile | |
| parent | 45862e233bfa17ba6fd4332766fffcc2240e11d3 (diff) | |
| download | sphinx-165f76c27f9110b3bfdcde37127bffdbf7fbf530.tar.gz | |
Update phony targets.
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile index b1ad3334..ca801305 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -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" |
