aboutsummaryrefslogtreecommitdiff
path: root/prez/Makefile
blob: 0f6940d52d14e6c28af98e739be377f645516c51 (plain) (blame)
1
2
3
4
5
6
7
8
# IMG=azerty1.pdf_tex azerty2.pdf_tex azerty3.pdf_tex
IMG=

prez.pdf: prez.tex $(IMG)
	pdflatex prez.tex

%.pdf_tex: %.svg
	inkscape -z -D --file=$< --export-pdf=$(basename $@).pdf --export-latex