blob: 2bf9f2accac2afaa65b200b303fb59cbdadd9b07 (
plain) (
blame)
1
2
3
4
5
6
|
talk.pdf: talk.tex img/garage_distributed.pdf img/consistent_hashing_1.pdf img/consistent_hashing_2.pdf img/consistent_hashing_3.pdf img/consistent_hashing_4.pdf
pdflatex talk.tex
img/%.pdf: img/%.svg
inkscape -D -z --file=$^ --export-pdf=$@ --export-latex
|