garage/doc/talks/2023-01-18-tocatta/Makefile
Alex fe850f62c9
All checks were successful
continuous-integration/drone/push Build is passing
Talk 2023-01-18: some WIP talking about consensus
2023-01-12 16:27:02 +01:00

17 lines
451 B
Makefile

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