summaryrefslogtreecommitdiffstats
path: root/Documentation/Makefile
diff options
context:
space:
mode:
authorGravatar Willem Ferguson <willemferguson@zoology.up.ac.za>2020-05-05 17:46:48 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-05-05 17:55:02 -0700
commit70ebc2bee7bc01e0758b7608cfbbe2e8a945c062 (patch)
tree97262be1334832c8b8cdc6d494f43ad36e783196 /Documentation/Makefile
parent33b4ecf0555371e0c325ff05707d70ac9e69c8db (diff)
downloadsubsurface-70ebc2bee7bc01e0758b7608cfbbe2e8a945c062.tar.gz
documentation/mobile-manual: create a merged v3 manual
Unintentionally two versions of the mobile manual were created. This brings all of Willem's changes into the version for Subsurface-mobile v3, and restores the last version of the v2 mobile manual. This commit was manually created from a pull request that was signed off by Willem, given that he wrote most of the text I am copying that SOB into this commit and will assign authorship to him. To avoid further confusion, we now have a v2 and a v3 manual, explicitly named. The corresponding .html.git files were also updated (reflecting our switch to asciidoctor). Signed-off-by: willemferguson <willemferguson@zoology.up.ac.za> 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 55671b09a..1df632af6 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 = asciidoc
+ASCIIDOC = asciidoctor
A2X = a2x
BROWSER = firefox
THEME = compact_subsurface