aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/fm/anim/Makefile
diff options
context:
space:
mode:
authortim30b <tim.toenz@ost.ch>2022-05-18 13:53:24 +0200
committertim30b <tim.toenz@ost.ch>2022-05-18 13:53:24 +0200
commit8cabb06907dbe5d18df7a83d30edea9477d4e643 (patch)
treeaaf669409ba40b168e76d435300f74a457f8e5ee /buch/papers/fm/anim/Makefile
parentIntro chapters (diff)
parenttypos (diff)
downloadSeminarSpezielleFunktionen-8cabb06907dbe5d18df7a83d30edea9477d4e643.tar.gz
SeminarSpezielleFunktionen-8cabb06907dbe5d18df7a83d30edea9477d4e643.zip
Merge remote-tracking branch 'mueller/master'
Diffstat (limited to '')
-rw-r--r--buch/papers/fm/anim/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/buch/papers/fm/anim/Makefile b/buch/papers/fm/anim/Makefile
new file mode 100644
index 0000000..f4c7850
--- /dev/null
+++ b/buch/papers/fm/anim/Makefile
@@ -0,0 +1,12 @@
+#
+# Makefile
+#
+# (c) 2022 Prof Dr Andreas Müller
+#
+all: animation.pdf
+
+parts.tex: fm.m
+ octave fm.m
+
+animation.pdf: animation.tex parts.tex
+ pdflatex animation.tex