aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/ellfilter/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--buch/papers/ellfilter/Makefile9
-rw-r--r--buch/papers/ellfilter/Makefile.inc14
2 files changed, 23 insertions, 0 deletions
diff --git a/buch/papers/ellfilter/Makefile b/buch/papers/ellfilter/Makefile
new file mode 100644
index 0000000..ad3339f
--- /dev/null
+++ b/buch/papers/ellfilter/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile -- make file for the paper ellfilter
+#
+# (c) 2020 Prof Dr Andreas Mueller
+#
+
+images:
+ @echo "no images to be created in ellfilter"
+
diff --git a/buch/papers/ellfilter/Makefile.inc b/buch/papers/ellfilter/Makefile.inc
new file mode 100644
index 0000000..8f20278
--- /dev/null
+++ b/buch/papers/ellfilter/Makefile.inc
@@ -0,0 +1,14 @@
+#
+# Makefile.inc -- dependencies for this article
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+dependencies-ellfilter = \
+ papers/ellfilter/packages.tex \
+ papers/ellfilter/main.tex \
+ papers/ellfilter/references.bib \
+ papers/ellfilter/teil0.tex \
+ papers/ellfilter/teil1.tex \
+ papers/ellfilter/teil2.tex \
+ papers/ellfilter/teil3.tex
+