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 <cristian.ionescu-idbohrn@axis.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Cristian Ionescu-Idbohrn 2013-02-19 22:46:49 +01:00 committed by Dirk Hohndel
parent bd9503d7c2
commit 806f4f87e0

View file

@ -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::