summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-02-15 20:40:14 +0000
committerLars Wirzenius <liw@liw.fi>2014-02-15 20:40:14 +0000
commit5dafc6faf2714d0af448e5e067433d80823d9452 (patch)
tree7f9fc3571e7365e09ffbf9c12ef291041c44b6d3 /Makefile
parent1a06159fc1b4db263dafbc58cd78c26647195f84 (diff)
downloadgtdfh.liw.fi-5dafc6faf2714d0af448e5e067433d80823d9452.tar.gz
Tweak PDF formatting
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5c1b54d..cccd3bc 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ chapters = $(shell ./list-chapters index.mdwn)
all: book.pdf book.epub book.mobi
book.pdf: $(chapters)
- pandoc --toc -o book.pdf $(chapters)
+ pandoc -V geometry:a4paper --chapters --toc -o book.pdf $(chapters)
book.epub: $(chapters) cover.png
pandoc -t epub --epub-metadata=book.xml --epub-cover=cover.png \