aboutsummaryrefslogtreecommitdiff
path: root/doc/talks/2024-01-12-seed/Makefile
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2024-01-11 11:40:44 +0100
committerAlex Auvolat <alex@adnab.me>2024-01-11 11:40:44 +0100
commit60f0bd03b68c43fb1181497b028c91edfb1efbb1 (patch)
tree92b8515d2fedf947683b79ec8ef7347b631a262d /doc/talks/2024-01-12-seed/Makefile
parenta8b0e01f88b947bc34c05d818d51860b4d171967 (diff)
downloadgarage-60f0bd03b68c43fb1181497b028c91edfb1efbb1.tar.gz
garage-60f0bd03b68c43fb1181497b028c91edfb1efbb1.zip
doc: add talk for SEED webinarprez-seed-webinar-202401
Diffstat (limited to 'doc/talks/2024-01-12-seed/Makefile')
-rw-r--r--doc/talks/2024-01-12-seed/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/talks/2024-01-12-seed/Makefile b/doc/talks/2024-01-12-seed/Makefile
new file mode 100644
index 00000000..033a8af9
--- /dev/null
+++ b/doc/talks/2024-01-12-seed/Makefile
@@ -0,0 +1,10 @@
+ASSETS=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