mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2025-01-22 22:18:10 +00:00
7 lines
119 B
Makefile
7 lines
119 B
Makefile
|
talk.pdf: talk.tex
|
||
|
pdflatex talk.tex
|
||
|
|
||
|
fig_%.pdf: fig_%.svg
|
||
|
inkscape -D -z --file=$^ --export-pdf=$@ --export-latex
|
||
|
|