aboutsummaryrefslogtreecommitdiff
path: root/doc/talks/2024-01-12-seed/Makefile
diff options
context:
space:
mode:
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..5f0befbe
--- /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