From 7416ba97ef8e5f9592c32dae6caaf46c1dbd7610 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 12 Jan 2023 13:25:09 +0100 Subject: Talk 2023-01-18 WIP --- doc/talks/2023-01-18-tocatta/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/talks/2023-01-18-tocatta/Makefile (limited to 'doc/talks/2023-01-18-tocatta/Makefile') diff --git a/doc/talks/2023-01-18-tocatta/Makefile b/doc/talks/2023-01-18-tocatta/Makefile new file mode 100644 index 00000000..4d600178 --- /dev/null +++ b/doc/talks/2023-01-18-tocatta/Makefile @@ -0,0 +1,12 @@ +ASSETS=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 + +talk.pdf: talk.tex $(ASSETS) + pdflatex talk.tex + +assets/%.pdf: assets/%.svg + inkscape -D -z --file=$^ --export-pdf=$@ -- cgit v1.2.3