aboutsummaryrefslogtreecommitdiff
path: root/doc/talks/2023-01-18-tocatta/Makefile
blob: 4a967d24cced706cd3635fafc3eb8b8d61b7f696 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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/consensus.pdf_tex \
	   assets/deuxfleurs.pdf

talk.pdf: talk.tex $(ASSETS)
	pdflatex talk.tex

assets/%.pdf: assets/%.svg
	inkscape -D -z --file=$^ --export-pdf=$@

assets/%.pdf_tex: assets/%.svg
	inkscape -D -z --file=$^ --export-pdf=$@ --export-latex