summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-05-30 08:49:33 +0200
committerGeorg Brandl <georg@python.org>2010-05-30 08:49:33 +0200
commitac9245de2d239d9567ecd1c0daea2f0141e0373e (patch)
tree055dd1a760d464eeff544242601281f097a07910 /doc/Makefile
parent6f982283ed158638ab24611df48665efef3e3532 (diff)
downloadsphinx-git-ac9245de2d239d9567ecd1c0daea2f0141e0373e.tar.gz
Update phony targets.
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index b1ad3334e..ca8013050 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"