mirror of
https://git.deuxfleurs.fr/Deuxfleurs/garage.git
synced 2025-01-24 06:58:11 +00:00
12 lines
331 B
Makefile
12 lines
331 B
Makefile
ASSETS=assets/consistent_hashing_1.pdf \
|
|
assets/consistent_hashing_2.pdf \
|
|
assets/consistent_hashing_3.pdf \
|
|
assets/consistent_hashing_4.pdf \
|
|
assets/garage_tables.pdf \
|
|
assets/deuxfleurs.pdf
|
|
|
|
talk.pdf: talk.tex $(ASSETS)
|
|
pdflatex talk.tex
|
|
|
|
assets/%.pdf: assets/%.svg
|
|
inkscape -D -z --file=$^ --export-pdf=$@
|