From 87c0ea1336a8cba7142575d68dceddab4c308fdb Mon Sep 17 00:00:00 2001 From: Simon Howard Date: Sun, 18 Aug 2019 23:50:31 +0100 Subject: [PATCH] manual: Add README, Makefile. --- manual/Makefile | 6 ++++++ manual/README.adoc | 6 ++++++ 2 files changed, 12 insertions(+) create mode 100644 manual/Makefile create mode 100644 manual/README.adoc diff --git a/manual/Makefile b/manual/Makefile new file mode 100644 index 00000000..222a7747 --- /dev/null +++ b/manual/Makefile @@ -0,0 +1,6 @@ + +all: freedoom-manual.pdf + +freedoom-manual.pdf: manual.adoc + asciidoctor-pdf -a toc manual.adoc + diff --git a/manual/README.adoc b/manual/README.adoc new file mode 100644 index 00000000..fdaa940c --- /dev/null +++ b/manual/README.adoc @@ -0,0 +1,6 @@ + +`manual.adoc` contains Freedoom's manual. It is intended to be built +as a PDF file but can also be viewed in HTML format. To build as a +PDF, https://asciidoctor.org/[Asciidoctor] is required, since it has +superior PDF output to the Asciidoc reference implementation. +