From d2665d506b876d72acf2d301188bcf78d1f30fdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sat, 7 Oct 2023 07:38:42 +0200 Subject: Add presentation about USBKey: LinuxDays 2023 --- 2023-linuxdays/usbkey/makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 2023-linuxdays/usbkey/makefile (limited to '2023-linuxdays/usbkey/makefile') diff --git a/2023-linuxdays/usbkey/makefile b/2023-linuxdays/usbkey/makefile new file mode 100644 index 0000000..7b97a99 --- /dev/null +++ b/2023-linuxdays/usbkey/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