aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/000template/Makefile
diff options
context:
space:
mode:
authorAndreas Müller <andreas.mueller@hsr.ch>2020-12-03 17:18:03 +0100
committerAndreas Müller <andreas.mueller@hsr.ch>2020-12-03 17:18:03 +0100
commitac4b80be810fc615b426557ad86f0cb8092f5304 (patch)
tree2afe81a7f8a178fa479a91bec4cf61a54f8eae9f /buch/papers/000template/Makefile
parentsome more ideas (diff)
downloadSeminarMatrizen-ac4b80be810fc615b426557ad86f0cb8092f5304.tar.gz
SeminarMatrizen-ac4b80be810fc615b426557ad86f0cb8092f5304.zip
add files
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
+