diff options
author | Tobias Schramm <tobleminer@gmail.com> | 2018-01-18 23:29:17 +0100 |
---|---|---|
committer | Tobias Schramm <tobleminer@gmail.com> | 2018-01-18 23:29:17 +0100 |
commit | 4b977a84398733ec8c32f3a82a0579e5b6f6857a (patch) | |
tree | c9e3565d14e5c83c6fbe1bb048d40484a42af204 /standorte/mercator/Makefile | |
parent | d947f209bc38777fc87444e9399535e334035676 (diff) |
Reintroduce gnuplot target
Diffstat (limited to 'standorte/mercator/Makefile')
-rw-r--r-- | standorte/mercator/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/standorte/mercator/Makefile b/standorte/mercator/Makefile index 508a064..d55d7c0 100644 --- a/standorte/mercator/Makefile +++ b/standorte/mercator/Makefile @@ -3,7 +3,9 @@ .svg.pdf: $< inkscape -D -z --file=$(abspath $(<)) --export-pdf=$(abspath $(@)) -all: mercator-calculations.pdf mercator-dach.pdf +all: gnuplot mercator-calculations.pdf mercator-dach.pdf + latexmk -pdf antrag.tex + +gnuplot: gnuplot mast-curve.gp gnuplot mast-single-heatmap.gp - latexmk -pdf antrag.tex |