diff options
author | Alex Auvolat <alex@adnab.me> | 2020-12-01 13:46:23 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-12-01 13:46:23 +0100 |
commit | ad432eb154432065d8f86938f71aea234ee92fe1 (patch) | |
tree | 9ad3750f3b6931a2f521feb72811af8513e957e0 /doc/20201202_talk/Makefile | |
parent | 9a57a0319a5bef515806d8107c8089af8943043a (diff) | |
download | garage-ad432eb154432065d8f86938f71aea234ee92fe1.tar.gz garage-ad432eb154432065d8f86938f71aea234ee92fe1.zip |
Add some first technical slides
Diffstat (limited to 'doc/20201202_talk/Makefile')
-rw-r--r-- | doc/20201202_talk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/20201202_talk/Makefile b/doc/20201202_talk/Makefile index c50783f2..2bf9f2ac 100644 --- a/doc/20201202_talk/Makefile +++ b/doc/20201202_talk/Makefile @@ -1,6 +1,6 @@ -talk.pdf: talk.tex +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 -fig_%.pdf: fig_%.svg +img/%.pdf: img/%.svg inkscape -D -z --file=$^ --export-pdf=$@ --export-latex |