aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/fm/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@ost.ch>2022-03-07 06:54:11 +0100
committerAndreas Müller <andreas.mueller@ost.ch>2022-03-07 06:54:11 +0100
commit9996e030d92cae677431e2ab8d0ba0f64febc43a (patch)
treede03ccb4762addb0a7b6dde3f3ddb9607a9eed37 /buch/papers/fm/Makefile
parentadd chapter directories (diff)
downloadSeminarSpezielleFunktionen-9996e030d92cae677431e2ab8d0ba0f64febc43a.tar.gz
SeminarSpezielleFunktionen-9996e030d92cae677431e2ab8d0ba0f64febc43a.zip
fix wrong paper short name
Diffstat (limited to '')
-rw-r--r--buch/papers/fm/Makefile9
-rw-r--r--buch/papers/fm/Makefile.inc14
2 files changed, 23 insertions, 0 deletions
diff --git a/buch/papers/fm/Makefile b/buch/papers/fm/Makefile
new file mode 100644
index 0000000..f43d497
--- /dev/null
+++ b/buch/papers/fm/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile -- make file for the paper fm
+#
+# (c) 2020 Prof Dr Andreas Mueller
+#
+
+images:
+ @echo "no images to be created in fm"
+
diff --git a/buch/papers/fm/Makefile.inc b/buch/papers/fm/Makefile.inc
new file mode 100644
index 0000000..0f144b6
--- /dev/null
+++ b/buch/papers/fm/Makefile.inc
@@ -0,0 +1,14 @@
+#
+# Makefile.inc -- dependencies for this article
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+dependencies-fm = \
+ papers/fm/packages.tex \
+ papers/fm/main.tex \
+ papers/fm/references.bib \
+ papers/fm/teil0.tex \
+ papers/fm/teil1.tex \
+ papers/fm/teil2.tex \
+ papers/fm/teil3.tex
+