aboutsummaryrefslogtreecommitdiff
path: root/2021-IT21.2/Makefile
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-11-15 09:22:24 +0100
committerKarel Kočí <cynerd@email.cz>2021-11-15 09:22:24 +0100
commit34c39badf1ea35401233d97707f7f53ada8e9429 (patch)
tree67b7fc972dd1e886cbe4665fb782cfaa7c98d7d5 /2021-IT21.2/Makefile
parentfbdb61c8f919e367b107c5e38a50a55bcd4a1974 (diff)
downloadpresentations-34c39badf1ea35401233d97707f7f53ada8e9429.tar.gz
presentations-34c39badf1ea35401233d97707f7f53ada8e9429.tar.bz2
presentations-34c39badf1ea35401233d97707f7f53ada8e9429.zip
2021-IT21.2: add presentation about Turris 3.x migration
Diffstat (limited to '2021-IT21.2/Makefile')
-rw-r--r--2021-IT21.2/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/2021-IT21.2/Makefile b/2021-IT21.2/Makefile
new file mode 100644
index 0000000..4285339
--- /dev/null
+++ b/2021-IT21.2/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