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