diff options
author | Alex <alex@adnab.me> | 2022-06-23 14:28:40 +0200 |
---|---|---|
committer | Alex <alex@adnab.me> | 2022-06-23 14:28:40 +0200 |
commit | 996f2a6d585a31f7cd61253e1da076bf8b41f6d6 (patch) | |
tree | b74c7c9e8c77502eb832bb01dd122f00e7326615 /doc/talks/2022-06-23-stack/Makefile | |
parent | 77e3fd6db2c9cd3a10889bd071e95ef839cfbefc (diff) | |
download | garage-996f2a6d585a31f7cd61253e1da076bf8b41f6d6.tar.gz garage-996f2a6d585a31f7cd61253e1da076bf8b41f6d6.zip |
Slides for talk at IMT Atlantique / STACK on 2022-06-23 (#333)
Co-authored-by: Alex Auvolat <alex@adnab.me>
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/333
Co-authored-by: Alex <alex@adnab.me>
Co-committed-by: Alex <alex@adnab.me>
Diffstat (limited to 'doc/talks/2022-06-23-stack/Makefile')
-rw-r--r-- | doc/talks/2022-06-23-stack/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/talks/2022-06-23-stack/Makefile b/doc/talks/2022-06-23-stack/Makefile new file mode 100644 index 00000000..3f0f126f --- /dev/null +++ b/doc/talks/2022-06-23-stack/Makefile @@ -0,0 +1,5 @@ +talk.pdf: talk.tex 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 + pdflatex talk.tex + +assets/%.pdf: assets/%.svg + inkscape -D -z --file=$^ --export-pdf=$@ |