mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue