mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2024-11-22 08:01:02 +00:00
10 lines
240 B
Makefile
10 lines
240 B
Makefile
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
|