aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/clifford/3d/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2021-08-04 20:24:32 +0200
committerAndreas Müller <andreas.mueller@ost.ch>2021-08-04 20:24:32 +0200
commit100898f1bdf1f00e3f8ba8ddb68703bcbed1e77e (patch)
tree940badf859e78612708f3cfbd5f545f0bbc9bb7e /buch/papers/clifford/3d/Makefile
parentMerge branch 'master' of github.com:AndreasFMueller/SeminarMatrizen (diff)
downloadSeminarMatrizen-100898f1bdf1f00e3f8ba8ddb68703bcbed1e77e.tar.gz
SeminarMatrizen-100898f1bdf1f00e3f8ba8ddb68703bcbed1e77e.zip
add new image stuff
Diffstat (limited to 'buch/papers/clifford/3d/Makefile')
-rw-r--r--buch/papers/clifford/3d/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/buch/papers/clifford/3d/Makefile b/buch/papers/clifford/3d/Makefile
new file mode 100644
index 0000000..e6a9be3
--- /dev/null
+++ b/buch/papers/clifford/3d/Makefile
@@ -0,0 +1,13 @@
+#
+# Makefile
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+all: dq.jpg
+
+dq.png: dq.pov common.inc
+ povray +A0.1 +W1920 +H1080 -Odq.png dq.pov
+
+dq.jpg: dq.png
+ convert dq.png -density 300 -units PixelsPerInch dq.jpg
+