aboutsummaryrefslogtreecommitdiffstats
path: root/doc/poster/pictures/Makefile
blob: 43a4c4e70dc46c616d2286e9e754d4373a1cfaa4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
PICS := sketch.svg overview.svg

all: $(PICS)

%.pdf: %.tex
	xelatex $<

%.svg: %.pdf
	pdftocairo -svg $< $@

.PHONY: clean
clean:
	rm $(PICS) *.pdf *.log *.aux