From 51e8de34469e96447c8cfa6ca09d3989667c1263 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 25 Feb 2010 22:03:27 +0100 Subject: [PATCH] Update phony target lists. --- doc/Makefile | 2 +- sphinx/quickstart.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 153a93dba..a8897d2be 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -11,7 +11,7 @@ PAPEROPT_letter = -D latex_paper_size=letter ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) \ $(SPHINXOPTS) . -.PHONY: help clean html dirhtml pickle htmlhelp qthelp latex changes linkcheck doctest +.PHONY: help clean html dirhtml pickle htmlhelp qthelp latex changes linkcheck doctest man help: @echo "Please use \`make ' where is one of" diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index d03ce9205..a7f5f74f4 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -320,8 +320,8 @@ PAPEROPT_letter = -D latex_paper_size=letter ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) \ $(SPHINXOPTS) %(rsrcdir)s -.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp epub \ -latex changes linkcheck doctest +.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp \ +epub latex latexpdf text man changes linkcheck doctest help: \t@echo "Please use \\`make ' where is one of"