aboutsummaryrefslogtreecommitdiff
path: root/2019-opencampbr/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-04-13 16:21:40 +0200
committerKarel Kočí <cynerd@email.cz>2019-04-13 16:21:40 +0200
commit5e8d36600f342051e24a705c5a98ac525bdccd44 (patch)
tree4457b66f76089f41ececa712ecf10588d674fa31 /2019-opencampbr/Makefile
parent03edb3c33f5ce3ea5cedc433ebb2026533acf787 (diff)
downloadpresentations-5e8d36600f342051e24a705c5a98ac525bdccd44.tar.gz
presentations-5e8d36600f342051e24a705c5a98ac525bdccd44.tar.bz2
presentations-5e8d36600f342051e24a705c5a98ac525bdccd44.zip
Add presentation from OpenCamp 2019
Diffstat (limited to '2019-opencampbr/Makefile')
-rw-r--r--2019-opencampbr/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/2019-opencampbr/Makefile b/2019-opencampbr/Makefile
new file mode 100644
index 0000000..4285339
--- /dev/null
+++ b/2019-opencampbr/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|jpg|png|eps)$$" | xargs rm -rf