aboutsummaryrefslogtreecommitdiff
path: root/doc/20201202_talk/Makefile
diff options
context:
space:
mode:
authorQuentin <quentin@deuxfleurs.fr>2020-12-06 15:21:09 +0100
committerQuentin <quentin@deuxfleurs.fr>2020-12-06 15:21:09 +0100
commit986e15459ae510a11629765209bad46e379fc72b (patch)
treea78608df7297d79472ba47e342b38fc4714e069a /doc/20201202_talk/Makefile
parent8df0b322aba3360e7ff1fdca805f93e05cda963a (diff)
parentdfbc280c37c6725f58224d2c0d31df9e4a9ff7b4 (diff)
downloadgarage-986e15459ae510a11629765209bad46e379fc72b.tar.gz
garage-986e15459ae510a11629765209bad46e379fc72b.zip
Merge branch 'master' into feature/website
Diffstat (limited to 'doc/20201202_talk/Makefile')
-rw-r--r--doc/20201202_talk/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/20201202_talk/Makefile b/doc/20201202_talk/Makefile
new file mode 100644
index 00000000..27dbf788
--- /dev/null
+++ b/doc/20201202_talk/Makefile
@@ -0,0 +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 img/garage_tables.pdf
+ pdflatex talk.tex
+
+img/%.pdf: img/%.svg
+ inkscape -D -z --file=$^ --export-pdf=$@
+