From d84f397790e1d2f3542a9eed978aa3e456c2976b Mon Sep 17 00:00:00 2001 From: Willem Ferguson Date: Sun, 8 Dec 2013 07:14:16 +0100 Subject: Add compact style to the Documentation The Makefile changes were authored by Dirk, the CSS is based on a public domain CSS file and authored by Willem Signed-off-by: Willem Ferguson Signed-off-by: Dirk Hohndel --- Documentation/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Documentation/Makefile') diff --git a/Documentation/Makefile b/Documentation/Makefile index 67d2a0c73..67f23eddf 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -4,6 +4,8 @@ HTMLDOC = $(DOCNAME).html ASCIIDOC = asciidoc A2X = a2x BROWSER = firefox +THEME = compact_wf +PWD = $(realpath .) all: doc $(addprefix $(DOCNAME).,pdf text) @@ -17,7 +19,7 @@ $(OUT)$(DOCNAME).pdf: $(DOCSOURCE) $(OUT)$(HTMLDOC): $(DOCSOURCE) @echo "if asciidoc isn't found no HTML documentation is produced but Subsurface is still functional" - $(ASCIIDOC) $< || true + $(ASCIIDOC) -a themedir=$(PWD) --theme $(THEME) $< || true # Alternatively:: $(OUT)$(DOCNAME).xhtml: $(DOCSOURCE) -- cgit v1.2.3-70-g09d2