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

%.pdf: %.yarn
	sed "s/%VERSION%/$$(./docid "$<")/" "$<" > tmp
	pandoc -o $@ tmp \
		--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
	rm -f tmp