From 669a737f98a486d0cd7708f104e0003cdd4ce038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Fri, 27 Apr 2018 11:10:10 +0200 Subject: Add presentation from Open Camp Bratislave 2018 --- 2018-opencampbr/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2018-opencampbr/Makefile (limited to '2018-opencampbr/Makefile') 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 -- cgit v1.2.3