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