From 4555491b5fdb3f38c731e409c2f98b46ac675efa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 17 Oct 2017 07:59:09 +0200 Subject: Some directory movements --- 2017-linuxdays/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2017-linuxdays/Makefile (limited to '2017-linuxdays/Makefile') diff --git a/2017-linuxdays/Makefile b/2017-linuxdays/Makefile new file mode 100644 index 0000000..0c3c782 --- /dev/null +++ b/2017-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|theme|svg|png|eps)$$" | xargs rm -rf -- cgit v1.2.3