diff options
author | Alex Auvolat <alex@adnab.me> | 2023-01-12 16:27:02 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2023-01-12 16:27:02 +0100 |
commit | fe850f62c908492d2c3cbe4c55c3cf3b3d097de0 (patch) | |
tree | 468a071ea00206ee6a700cb3a953032f9b8313e0 /doc/talks/2023-01-18-tocatta/Makefile | |
parent | 7416ba97ef8e5f9592c32dae6caaf46c1dbd7610 (diff) | |
download | garage-fe850f62c908492d2c3cbe4c55c3cf3b3d097de0.tar.gz garage-fe850f62c908492d2c3cbe4c55c3cf3b3d097de0.zip |
Talk 2023-01-18: some WIP talking about consensus
Diffstat (limited to 'doc/talks/2023-01-18-tocatta/Makefile')
-rw-r--r-- | doc/talks/2023-01-18-tocatta/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/talks/2023-01-18-tocatta/Makefile b/doc/talks/2023-01-18-tocatta/Makefile index 4d600178..4a967d24 100644 --- a/doc/talks/2023-01-18-tocatta/Makefile +++ b/doc/talks/2023-01-18-tocatta/Makefile @@ -3,6 +3,7 @@ ASSETS=assets/consistent_hashing_1.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) @@ -10,3 +11,6 @@ talk.pdf: talk.tex $(ASSETS) assets/%.pdf: assets/%.svg inkscape -D -z --file=$^ --export-pdf=$@ + +assets/%.pdf_tex: assets/%.svg + inkscape -D -z --file=$^ --export-pdf=$@ --export-latex |