aboutsummaryrefslogtreecommitdiff
path: root/2018-opencampbr/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-04-27 11:10:10 +0200
committerKarel Kočí <cynerd@email.cz>2018-04-27 11:27:12 +0200
commit669a737f98a486d0cd7708f104e0003cdd4ce038 (patch)
treec056b005d2a40ec1248efa57aa215e8fd3566030 /2018-opencampbr/Makefile
parentf12b97d0646cd334061bedee2cd233e1f1f937e6 (diff)
downloadpresentations-669a737f98a486d0cd7708f104e0003cdd4ce038.tar.gz
presentations-669a737f98a486d0cd7708f104e0003cdd4ce038.tar.bz2
presentations-669a737f98a486d0cd7708f104e0003cdd4ce038.zip
Add presentation from Open Camp Bratislave 2018
Diffstat (limited to '2018-opencampbr/Makefile')
-rw-r--r--2018-opencampbr/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/2018-opencampbr/Makefile b/2018-opencampbr/Makefile
new file mode 100644
index 0000000..4285339
--- /dev/null
+++ b/2018-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