From b5d81f8b2db645485da68af8906c76fd270ff588 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 8 Oct 2017 22:46:52 +0200 Subject: Add InstallFest 2017 presentation --- linuxdays2017/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 linuxdays2017/Makefile (limited to 'linuxdays2017/Makefile') diff --git a/linuxdays2017/Makefile b/linuxdays2017/Makefile new file mode 100644 index 0000000..0c3c782 --- /dev/null +++ b/linuxdays2017/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|png|eps)$$" | xargs rm -rf -- cgit v1.2.3