From 1a4014d483f6110e18d6622cabbad21cba3b5191 Mon Sep 17 00:00:00 2001 From: Moritz Fago Date: Wed, 17 Jan 2018 12:18:15 +0100 Subject: fix inkscape errors: no such file Inkscape on MacOS braucht absolute Pfade, da es sonst die Dateien nicht finden kann. --- standorte/mercator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standorte/mercator/Makefile b/standorte/mercator/Makefile index 19296c2..5b8bed7 100644 --- a/standorte/mercator/Makefile +++ b/standorte/mercator/Makefile @@ -1,7 +1,7 @@ .SUFFIXES: .svg .pdf .svg.pdf: $< - inkscape -D -z --file=$< --export-pdf=$@ --export-latex + inkscape -D -z --file=$(abspath $(<)) --export-pdf=$(abspath $(@)) --export-latex all: gnuplot mercator-calculations.pdf mercator-dach.pdf pdflatex antrag.tex -- cgit v1.2.3