From 51cac900aabc11384fd2ec129889c2f8609fef68 Mon Sep 17 00:00:00 2001 From: Reinout Hoornweg Date: Mon, 18 Feb 2013 22:09:57 +0100 Subject: Updates to the user-manual: DivePlanning - Added some more text to Miika's great start describing the planner. - Tried doing something more with the formatting options asciidoc give us. [Dirk Hohndel: merged with my earlier changes to the same section] Signed-off-by: Reinout Hoornweg Signed-off-by: Dirk Hohndel --- Documentation/Makefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Documentation/Makefile') diff --git a/Documentation/Makefile b/Documentation/Makefile index 273eae521..2cf609982 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -1,4 +1,5 @@ ASCIIDOC=asciidoc +A2X=a2x BROWSER=firefox doc: user-manual.html @@ -8,3 +9,16 @@ show: user-manual.html user-manual.html: user-manual.txt $(ASCIIDOC) user-manual.txt + +# Alternatively:: +user-manual.xhtml: user-manual.txt + $(A2X) --icons -f xhtml user-manual.txt + +user-manual.text: user-manual.txt + $(A2X) -f text user-manual.txt + +user-manual.pdf: user-manual.txt + $(A2X) -f pdf user-manual.txt + +clean: + rm -f user-manual.html user-manual.pdf user-manual.text -- cgit v1.2.3-70-g09d2