aboutsummaryrefslogtreecommitdiff
path: root/doc/20201202_talk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/20201202_talk/Makefile')
-rw-r--r--doc/20201202_talk/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/20201202_talk/Makefile b/doc/20201202_talk/Makefile
deleted file mode 100644
index 27dbf788..00000000
--- a/doc/20201202_talk/Makefile
+++ /dev/null
@@ -1,6 +0,0 @@
-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=$@
-