diff options
author | Alex Auvolat <alex@adnab.me> | 2020-12-01 14:31:13 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2020-12-01 14:31:13 +0100 |
commit | 7642229d54fa6d94566dd06fcfdcaf1728880bdd (patch) | |
tree | 315f94092ec0b406db6350b501605912b377ec77 /doc/20201202_talk/Makefile | |
parent | ad432eb154432065d8f86938f71aea234ee92fe1 (diff) | |
download | garage-7642229d54fa6d94566dd06fcfdcaf1728880bdd.tar.gz garage-7642229d54fa6d94566dd06fcfdcaf1728880bdd.zip |
Two new 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 2bf9f2ac..27dbf788 100644 --- a/doc/20201202_talk/Makefile +++ b/doc/20201202_talk/Makefile @@ -1,6 +1,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 +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 img/garage_tables.pdf pdflatex talk.tex img/%.pdf: img/%.svg - inkscape -D -z --file=$^ --export-pdf=$@ --export-latex + inkscape -D -z --file=$^ --export-pdf=$@ |