summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-05 18:47:44 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-05 18:48:36 -0700
commit3be2455c7b8a057727fc245fab572c7943098bde (patch)
treef099fee4ab2e14e6823b0eec93fc058ef7ee79d3 /Documentation/Makefile
parent50a89eba6659192f25c3d512a8b09830329b3997 (diff)
downloadsubsurface-3be2455c7b8a057727fc245fab572c7943098bde.tar.gz
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>
Diffstat (limited to 'Documentation/Makefile')
-rw-r--r--Documentation/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/Makefile b/Documentation/Makefile
index 390c9c6a1..e6b0cc165 100644
--- a/Documentation/Makefile
+++ b/Documentation/Makefile
@@ -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