From 69118c010593e4bcf223545d04ad0662e095bac1 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 10 Feb 2014 23:42:19 +0000 Subject: Formatting tweak: chapter/section numbering --- manual/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'manual/Makefile') 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: -- cgit v1.2.1