aboutsummaryrefslogtreecommitdiff
path: root/doc/20201202_talk/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/20201202_talk/Makefile')
-rw-r--r--doc/20201202_talk/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/20201202_talk/Makefile b/doc/20201202_talk/Makefile
new file mode 100644
index 00000000..c50783f2
--- /dev/null
+++ b/doc/20201202_talk/Makefile
@@ -0,0 +1,6 @@
+talk.pdf: talk.tex
+ pdflatex talk.tex
+
+fig_%.pdf: fig_%.svg
+ inkscape -D -z --file=$^ --export-pdf=$@ --export-latex
+