From 3be2455c7b8a057727fc245fab572c7943098bde Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 5 May 2020 18:47:44 -0700 Subject: [PATCH] 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 --- Documentation/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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