garage/doc/20201202_talk/Makefile

7 lines
262 B
Makefile
Raw Normal View History

2020-12-01 12:46:23 +00:00
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
2020-11-30 14:54:31 +00:00
pdflatex talk.tex
2020-12-01 12:46:23 +00:00
img/%.pdf: img/%.svg
2020-11-30 14:54:31 +00:00
inkscape -D -z --file=$^ --export-pdf=$@ --export-latex