aboutsummaryrefslogtreecommitdiff
path: root/doc/talks/2024-02-29-capitoul/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/talks/2024-02-29-capitoul/Makefile')
-rw-r--r--doc/talks/2024-02-29-capitoul/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/talks/2024-02-29-capitoul/Makefile b/doc/talks/2024-02-29-capitoul/Makefile
new file mode 100644
index 00000000..aa9c35af
--- /dev/null
+++ b/doc/talks/2024-02-29-capitoul/Makefile
@@ -0,0 +1,10 @@
+ASSETS=../assets/logos/deuxfleurs.pdf
+
+talk.pdf: talk.tex $(ASSETS)
+ pdflatex talk.tex
+
+%.pdf: %.svg
+ inkscape -D -z --file=$^ --export-pdf=$@
+
+%.pdf_tex: %.svg
+ inkscape -D -z --file=$^ --export-pdf=$@ --export-latex