summaryrefslogtreecommitdiff
path: root/manual/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'manual/Makefile')
-rw-r--r--manual/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/manual/Makefile b/manual/Makefile
index 53834511..5de927db 100644
--- a/manual/Makefile
+++ b/manual/Makefile
@@ -4,10 +4,13 @@ outputs = manual.pdf manual.html
all: $(outputs)
manual.pdf: Makefile $(sources)
- pandoc --toc --chapters -o manual.pdf $(sources)
+ pandoc --smart --toc --chapters --number-sections \
+ -o manual.pdf $(sources)
manual.html: Makefile $(sources)
- pandoc -H manual.css --toc --chapters --standalone \
+ pandoc -H manual.css --smart --toc --chapters --number-sections \
+ --standalone \
+ --self-contained \
-o manual.html $(sources)
clean: