summaryrefslogtreecommitdiff
path: root/doc/prez/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'doc/prez/Makefile')
-rw-r--r--doc/prez/Makefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/prez/Makefile b/doc/prez/Makefile
new file mode 100644
index 0000000..89cfc3a
--- /dev/null
+++ b/doc/prez/Makefile
@@ -0,0 +1,8 @@
+IMG=alpha-gamma.pdf_tex property.pdf_tex
+
+
+prez.pdf: prez.tex $(IMG)
+ pdflatex prez.tex -halt-on-error -file-line-error
+
+%.pdf_tex: %.svg
+ inkscape -z -D --file=$< --export-pdf=$(basename $@).pdf --export-latex