From 8958b564509b4a4a63004763d70457d3ff5e5392 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 11 Jun 2018 17:03:41 +0200 Subject: Add presentation from CSNOG --- 2018-csnog/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2018-csnog/Makefile (limited to '2018-csnog/Makefile') diff --git a/2018-csnog/Makefile b/2018-csnog/Makefile new file mode 100644 index 0000000..678434e --- /dev/null +++ b/2018-csnog/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|no-r.*pdf|with-r.*pdf|data|Makefile|theme|svg|png|eps)$$" | xargs rm -rf -- cgit v1.2.3