aboutsummaryrefslogtreecommitdiff
path: root/doc/talks/2024-02-29-capitoul/Makefile
blob: aa9c35af2f5b317594cadadbcc33f711829ffb44 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
ASSETS=../assets/logos/deuxfleurs.pdf

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

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

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