aboutsummaryrefslogtreecommitdiff
path: root/2018-csnog/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2018-06-11 17:03:41 +0200
committerKarel Kočí <cynerd@email.cz>2018-06-11 17:05:41 +0200
commit8958b564509b4a4a63004763d70457d3ff5e5392 (patch)
tree404212af015ddc50d2e5b249e3b5bf1fe341aed1 /2018-csnog/Makefile
parent756f75c4c613e9b3c658e552d95fa544bd163ac3 (diff)
downloadpresentations-8958b564509b4a4a63004763d70457d3ff5e5392.tar.gz
presentations-8958b564509b4a4a63004763d70457d3ff5e5392.tar.bz2
presentations-8958b564509b4a4a63004763d70457d3ff5e5392.zip
Add presentation from CSNOG
Diffstat (limited to '2018-csnog/Makefile')
-rw-r--r--2018-csnog/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/2018-csnog/Makefile b/2018-csnog/Makefile
new file mode 100644
index 0000000..678434e
--- /dev/null
+++ b/2018-csnog/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|no-r.*pdf|with-r.*pdf|data|Makefile|theme|svg|png|eps)$$" | xargs rm -rf