From 806f4f87e043384c62b8d119fd2ae45ba7e31715 Mon Sep 17 00:00:00 2001 From: Cristian Ionescu-Idbohrn Date: Tue, 19 Feb 2013 22:46:49 +0100 Subject: Makefile quorks :( Yes we want a 'doc' target for itself... ...to avoid generating the HTMLDOC target even if it needs not to. Signed-off-by: Cristian Ionescu-Idbohrn Signed-off-by: Dirk Hohndel --- Documentation/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Documentation') diff --git a/Documentation/Makefile b/Documentation/Makefile index 2fb157da1..ac435213f 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -7,13 +7,15 @@ BROWSER = firefox all: doc $(addprefix $(DOCNAME).,pdf text) +doc: $(HTMLDOC) + $(DOCNAME).text: $(DOCSOURCE) $(A2X) -f text $< $(DOCNAME).pdf: $(DOCSOURCE) $(A2X) -f pdf $< -doc $(HTMLDOC): $(DOCSOURCE) +$(HTMLDOC): $(DOCSOURCE) $(ASCIIDOC) $< # Alternatively:: -- cgit v1.2.3-70-g09d2