aboutsummaryrefslogtreecommitdiff
path: root/doc/talks/2024-01-12-seed/Makefile
blob: 033a8af94e048729c281e310fb6d749a222c5a87 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
ASSETS=assets/deuxfleurs.pdf

talk.pdf: talk.tex $(ASSETS)
	pdflatex talk.tex

assets/%.pdf: assets/%.svg
	inkscape -D -z --file=$^ --export-pdf=$@

assets/%.pdf_tex: assets/%.svg
	inkscape -D -z --file=$^ --export-pdf=$@ --export-latex