From ac9245de2d239d9567ecd1c0daea2f0141e0373e Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 30 May 2010 08:49:33 +0200 Subject: Update phony targets. --- doc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/Makefile') 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 ' where is one of" -- cgit v1.2.1