diff options
author | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-18 23:26:23 +0100 |
---|---|---|
committer | Daniel Ehlers <danielehlers@mindeye.net> | 2018-01-18 23:26:23 +0100 |
commit | d947f209bc38777fc87444e9399535e334035676 (patch) | |
tree | a54f6223c1b2c94bd2951d9f015c3576f6bff418 /standorte/mercator/Makefile | |
parent | 255689893b1c4074b7d5b9bdcb504c3cede8f25b (diff) |
Manual merge of nis's work
Diffstat (limited to 'standorte/mercator/Makefile')
-rw-r--r-- | standorte/mercator/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/standorte/mercator/Makefile b/standorte/mercator/Makefile index 5b8bed7..508a064 100644 --- a/standorte/mercator/Makefile +++ b/standorte/mercator/Makefile @@ -1,13 +1,9 @@ .SUFFIXES: .svg .pdf .svg.pdf: $< - inkscape -D -z --file=$(abspath $(<)) --export-pdf=$(abspath $(@)) --export-latex + inkscape -D -z --file=$(abspath $(<)) --export-pdf=$(abspath $(@)) -all: gnuplot mercator-calculations.pdf mercator-dach.pdf - pdflatex antrag.tex - pdflatex antrag.tex - pdflatex antrag.tex - -gnuplot: +all: mercator-calculations.pdf mercator-dach.pdf gnuplot mast-curve.gp gnuplot mast-single-heatmap.gp + latexmk -pdf antrag.tex |