documentation: revert switch to asciidoctor
While this worked well on Mac, it creates odd errors on Linux. This doesn't seem worth spending too much effort on - so let's just go back to asciidoc. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
50a89eba66
commit
3be2455c7b
@ -13,7 +13,7 @@ HTMLDOCS = $(patsubst %,$(OUT)%.html,$(DOCNAMES))
|
||||
TEXTDOCS = $(patsubst %,$(OUT)%.text,$(DOCNAMES))
|
||||
PDFDOCS = $(patsubst %,$(OUT)%.pdf,$(DOCNAMES))
|
||||
|
||||
ASCIIDOC = asciidoctor
|
||||
ASCIIDOC = asciidoc
|
||||
A2X = a2x
|
||||
BROWSER = firefox
|
||||
THEME = compact_subsurface
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user