summaryrefslogtreecommitdiff
path: root/Makefile
blob: cd287a49511ed554144a81e5820b49486ea7d924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
all: muck1.pdf muck2.pdf muck3.pdf jt1.pdf jt2.pdf saga.pdf

%.pdf: %.yarn
	pandoc -o $@ $< \
		--number-sections \
		--toc \
		--top-level-division=chapter \
		-Vdocumentclass:report \
		-Vtitlepage:true \
		-Vgeometry:a4paper \
		-Vfontsize:12pt \
		-Vmainfont:FreeSerif \
		-Vsansfont:FreeSans \
		-Vmonofont:FreeMonoBold \
		-Vgeometry:top=2cm,bottom=2.5cm,left=2cm,right=1cm