Crude hack to stop the build from failing without asciidoc
This could be made much more elegant. For now it serves its purpose. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
7293885178
commit
de8bfe9bc3
@ -16,7 +16,8 @@ $(DOCNAME).pdf: $(DOCSOURCE)
|
||||
$(A2X) -f pdf $<
|
||||
|
||||
$(HTMLDOC): $(DOCSOURCE)
|
||||
$(ASCIIDOC) $<
|
||||
@echo "if asciidoc isn't found no HTML documentation is produced but Subsurface is still functional"
|
||||
$(ASCIIDOC) $< || true
|
||||
|
||||
# Alternatively::
|
||||
$(DOCNAME).xhtml: $(DOCSOURCE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user