From 9926a50179eb2cfef995a1375d09bc4e0596c519 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 2 Feb 2014 21:28:59 +0100 Subject: Add a style sheet Stolen quite shamelessly from http://liw.fi. --- manual/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'manual/Makefile') diff --git a/manual/Makefile b/manual/Makefile index 58939b9e..53834511 100644 --- a/manual/Makefile +++ b/manual/Makefile @@ -7,7 +7,8 @@ manual.pdf: Makefile $(sources) pandoc --toc --chapters -o manual.pdf $(sources) manual.html: Makefile $(sources) - pandoc --toc --chapters --standalone -o manual.html $(sources) + pandoc -H manual.css --toc --chapters --standalone \ + -o manual.html $(sources) clean: rm -f manual.pdf manual.html -- cgit v1.2.1