From 34c39badf1ea35401233d97707f7f53ada8e9429 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 15 Nov 2021 09:22:24 +0100 Subject: 2021-IT21.2: add presentation about Turris 3.x migration --- 2021-IT21.2/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2021-IT21.2/Makefile (limited to '2021-IT21.2/Makefile') 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 -- cgit v1.2.3