summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-02 21:28:59 +0100
committerLars Wirzenius <liw@liw.fi>2014-02-02 21:28:59 +0100
commit9926a50179eb2cfef995a1375d09bc4e0596c519 (patch)
tree2fd9130d2e8a5aceda49dac63bc9aa9a613c72f7 /manual/Makefile
parent761a9d302dd621da8fecd8358bc25c15b735d2dc (diff)
downloadobnam-9926a50179eb2cfef995a1375d09bc4e0596c519.tar.gz
Add a style sheet
Stolen quite shamelessly from http://liw.fi.
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile3
1 files changed, 2 insertions, 1 deletions
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