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