aboutsummaryrefslogtreecommitdiff
path: root/doc/talks/2024-01-12-seed/Makefile
blob: 5f0befbe711684554bea5b6c45b0edb2e7c327ee (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