mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2026-05-15 21:56:53 -04:00
10 lines
218 B
Makefile
10 lines
218 B
Makefile
|
|
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
|