aboutsummaryrefslogtreecommitdiff
path: root/linuxdays2017/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2017-10-08 22:46:52 +0200
committerKarel Kočí <cynerd@email.cz>2017-10-08 22:46:52 +0200
commitb5d81f8b2db645485da68af8906c76fd270ff588 (patch)
tree656b6490fa5bcb37b31b1a6171074ab357c8db2b /linuxdays2017/Makefile
parente9f1fe32e2e7d4b5187cc408a10a17e1ef637377 (diff)
downloadpresentations-b5d81f8b2db645485da68af8906c76fd270ff588.tar.gz
presentations-b5d81f8b2db645485da68af8906c76fd270ff588.tar.bz2
presentations-b5d81f8b2db645485da68af8906c76fd270ff588.zip
Add InstallFest 2017 presentation
Diffstat (limited to 'linuxdays2017/Makefile')
-rw-r--r--linuxdays2017/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/linuxdays2017/Makefile b/linuxdays2017/Makefile
new file mode 100644
index 0000000..0c3c782
--- /dev/null
+++ b/linuxdays2017/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|theme|svg|png|eps)$$" | xargs rm -rf