aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/kugel/images/Makefile
blob: e8bf919b5b1bfc2f5f0e19d2dd19c257e7a1fc7f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Makefile -- build images
#
# (c) 2022 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
#
all: curvature.jpg

curvature.inc:	curvgraph.m
	octave curvgraph.m

curvature.png:	curvature.pov curvature.inc
	povray +A0.1 +W1920 +H1080 +Ocurvature.png curvature.pov

curvature.jpg:	curvature.png
	convert curvature.png -density 300 -units PixelsPerInch curvature.jpg