aboutsummaryrefslogtreecommitdiff
path: root/2018-installfest/makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-03-03 15:42:45 +0100
committerKarel Kočí <cynerd@email.cz>2018-03-03 15:47:38 +0100
commitf12b97d0646cd334061bedee2cd233e1f1f937e6 (patch)
tree209e4c0bca94d8d743b3f59db84c11820a207356 /2018-installfest/makefile
parent038a291a1aacb72e395318008cf4c5631887c613 (diff)
downloadpresentations-f12b97d0646cd334061bedee2cd233e1f1f937e6.tar.gz
presentations-f12b97d0646cd334061bedee2cd233e1f1f937e6.tar.bz2
presentations-f12b97d0646cd334061bedee2cd233e1f1f937e6.zip
Add InstallFest 2018 presentation
Diffstat (limited to '2018-installfest/makefile')
-rw-r--r--2018-installfest/makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/2018-installfest/makefile b/2018-installfest/makefile
new file mode 100644
index 0000000..9ab8f60
--- /dev/null
+++ b/2018-installfest/makefile
@@ -0,0 +1,10 @@
+FILE=pres
+
+$(FILE).pdf: $(FILE).tex $(patsubst %.svg,%.pdf,$(wildcard *.svg))
+ pdflatex -shell-escape $<
+
+%.pdf: %.svg
+ inkscape -D -z --file=$< --export-pdf=$@ --export-latex
+
+clean:
+ ls | grep -v -E "($(FILE).tex|makefile|scheme|svg|png|eps)$$" | xargs rm -rf