mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:23:23 +00:00
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:
parent
bd9503d7c2
commit
806f4f87e0
1 changed files with 3 additions and 1 deletions
|
@ -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::
|
||||
|
|
Loading…
Add table
Reference in a new issue