diff options
author | mikevanbike <luci@localhost.localdomain> | 2018-01-15 22:11:12 +0100 |
---|---|---|
committer | mikevanbike <luci@localhost.localdomain> | 2018-01-15 22:11:12 +0100 |
commit | d023e7d12b4ba64af69fcfce6064fc8feb37a871 (patch) | |
tree | 482bae313326df1b2e57e868172989ae29106627 | |
parent | 7ed2a8363de7a0da93cc770bb6c650a6e0631571 (diff) | |
parent | 2c940fc3a00cd943c4ceeb03a9e5d0054bbe48c6 (diff) |
Merge branch 'master' of ssh://git.freifunk.in-kiel.de/ffki-material
Ok
-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 |