From fbdb61c8f919e367b107c5e38a50a55bcd4a1974 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 8 Mar 2021 21:29:42 +0100 Subject: Add presentation from Installfest 2021 --- 2021-installfest/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2021-installfest/makefile (limited to '2021-installfest/makefile') diff --git a/2021-installfest/makefile b/2021-installfest/makefile new file mode 100644 index 0000000..7b97a99 --- /dev/null +++ b/2021-installfest/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|jpg|eps)$$" | xargs rm -rf -- cgit v1.2.3