From 9fd25c4dd8bff24c5a09cb4c8e2edae45220ae89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 14 Oct 2018 22:05:05 +0200 Subject: Add presentation from Meet And Code --- 2018-meetandcode/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2018-meetandcode/makefile (limited to '2018-meetandcode/makefile') diff --git a/2018-meetandcode/makefile b/2018-meetandcode/makefile new file mode 100644 index 0000000..87176ff --- /dev/null +++ b/2018-meetandcode/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|scheme|svg|png|eps|dot)$$" | xargs rm -rf -- cgit v1.2.3