diff options
author | Tobias Schramm <tobleminer@gmail.com> | 2018-01-15 22:05:52 +0100 |
---|---|---|
committer | Tobias Schramm <tobleminer@gmail.com> | 2018-01-15 22:05:52 +0100 |
commit | 2c940fc3a00cd943c4ceeb03a9e5d0054bbe48c6 (patch) | |
tree | 1ce89c0bcbd003a810b5e5ef1ed60dc886cb0e5b /standorte/mercator/Makefile | |
parent | b002c81016971841560e5dcec15427fb5dd2da38 (diff) |
Add gnuplot target
Diffstat (limited to 'standorte/mercator/Makefile')
-rw-r--r-- | standorte/mercator/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/standorte/mercator/Makefile b/standorte/mercator/Makefile index 20232ea..19296c2 100644 --- a/standorte/mercator/Makefile +++ b/standorte/mercator/Makefile @@ -3,9 +3,11 @@ .svg.pdf: $< inkscape -D -z --file=$< --export-pdf=$@ --export-latex -all: mercator-calculations.pdf mercator-dach.pdf - gnuplot mast-curve.gp - gnuplot mast-single-heatmap.gp +all: gnuplot mercator-calculations.pdf mercator-dach.pdf pdflatex antrag.tex pdflatex antrag.tex pdflatex antrag.tex + +gnuplot: + gnuplot mast-curve.gp + gnuplot mast-single-heatmap.gp |