aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/kugel/images/Makefile
diff options
context:
space:
mode:
authorenezerdem <105669082+enezerdem@users.noreply.github.com>2022-05-22 15:35:23 +0200
committerGitHub <noreply@github.com>2022-05-22 15:35:23 +0200
commit9a4d65ec7e6c5e5041d2904128b6bd202f66594b (patch)
treef460bc3b8f45399004b4a07d8d3eac13006193c9 /buch/papers/kugel/images/Makefile
parentKorrektur 21.05 (diff)
parentMerge pull request #14 from enezerdem/master (diff)
downloadSeminarSpezielleFunktionen-9a4d65ec7e6c5e5041d2904128b6bd202f66594b.tar.gz
SeminarSpezielleFunktionen-9a4d65ec7e6c5e5041d2904128b6bd202f66594b.zip
Merge pull request #4 from AndreasFMueller/master
update
Diffstat (limited to 'buch/papers/kugel/images/Makefile')
-rw-r--r--buch/papers/kugel/images/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/buch/papers/kugel/images/Makefile b/buch/papers/kugel/images/Makefile
new file mode 100644
index 0000000..e8bf919
--- /dev/null
+++ b/buch/papers/kugel/images/Makefile
@@ -0,0 +1,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