aboutsummaryrefslogtreecommitdiff
path: root/makefile
blob: 02c583e1b129cdc2d5ea120fe0ef70fb23f8b35e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
all: plan.pdf

LATEXMKFLAGS += -cd
LATEXMKFLAGS += -interaction=nonstopmode
%.pdf: %.tex
	-latexmk $(LATEXMKFLAGS) $<

%.puml.pdf: %.puml
	plantuml -tpdf $<
	mv $*.pdf $@

%.tex: %.txt
	./time2tex.py $< > $@

timerep.pdf: time.tex