diff options
author | Quentin <quentin@deuxfleurs.fr> | 2020-12-06 15:21:09 +0100 |
---|---|---|
committer | Quentin <quentin@deuxfleurs.fr> | 2020-12-06 15:21:09 +0100 |
commit | 986e15459ae510a11629765209bad46e379fc72b (patch) | |
tree | a78608df7297d79472ba47e342b38fc4714e069a /doc/20201202_talk/Makefile | |
parent | 8df0b322aba3360e7ff1fdca805f93e05cda963a (diff) | |
parent | dfbc280c37c6725f58224d2c0d31df9e4a9ff7b4 (diff) | |
download | garage-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/Makefile | 6 |
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=$@ + |