diff options
Diffstat (limited to 'standorte/mercator/Makefile')
-rw-r--r-- | standorte/mercator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |