From 7cf03a1555d46117b5f1a3d0db7c28c02498fcee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 7 Oct 2018 20:03:35 +0200 Subject: Add presentation from LinuxDays 2018 --- 2018-linuxdays/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2018-linuxdays/makefile (limited to '2018-linuxdays/makefile') diff --git a/2018-linuxdays/makefile b/2018-linuxdays/makefile new file mode 100644 index 0000000..9ab8f60 --- /dev/null +++ b/2018-linuxdays/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)$$" | xargs rm -rf -- cgit v1.2.3