From 3752410bb3c24fc2232e5f0c11e8ed1e73d754b8 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Sun, 12 Dec 2021 17:05:16 +0100 Subject: Create SVG from Tikz pictures --- doc/poster/pictures/Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/poster/pictures/Makefile (limited to 'doc/poster/pictures/Makefile') diff --git a/doc/poster/pictures/Makefile b/doc/poster/pictures/Makefile new file mode 100644 index 0000000..ed62513 --- /dev/null +++ b/doc/poster/pictures/Makefile @@ -0,0 +1,13 @@ +PICS := sketch.svg + +all: $(PICS) + +%.pdf: %.tex + xelatex $< + +%.svg: %.pdf + pdftocairo -svg $< $@ + +.PHONY: clean +clean: + rm $(PICS) *.pdf *.log *.aux -- cgit v1.2.1