diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-17 14:05:05 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-01-17 14:05:05 +0100 |
commit | 0ae2acadcf667fcd3d2cfc76aad9a7a754cb0f61 (patch) | |
tree | 3e6f708e3c84ec26eaf9a2e8eb1658b753f41a34 /buch/chapters/090-pde/kugel/Makefile | |
parent | many changes in the orthogonality chapter (diff) | |
download | SeminarSpezielleFunktionen-0ae2acadcf667fcd3d2cfc76aad9a7a754cb0f61.tar.gz SeminarSpezielleFunktionen-0ae2acadcf667fcd3d2cfc76aad9a7a754cb0f61.zip |
add lots of images for a new cover
Diffstat (limited to 'buch/chapters/090-pde/kugel/Makefile')
-rw-r--r-- | buch/chapters/090-pde/kugel/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/buch/chapters/090-pde/kugel/Makefile b/buch/chapters/090-pde/kugel/Makefile new file mode 100644 index 0000000..4daf173 --- /dev/null +++ b/buch/chapters/090-pde/kugel/Makefile @@ -0,0 +1,18 @@ +# +# Makefile -- build images for cover +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: spherical30.png spherical31.png spherical32.png spherical33.png + +spherical30.png: common.inc spherical30.pov + povray +A0.1 +UA +W1080 +H1080 -Ospherical30.png spherical30.pov + +spherical31.png: common.inc spherical31.pov + povray +A0.1 +UA +W1080 +H1080 -Ospherical31.png spherical31.pov + +spherical32.png: common.inc spherical32.pov + povray +A0.1 +UA +W1080 +H1080 -Ospherical32.png spherical32.pov + +spherical33.png: common.inc spherical33.pov + povray +A0.1 +UA +W1080 +H1080 -Ospherical33.png spherical33.pov |