aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/zeta/Makefile
diff options
context:
space:
mode:
authorLordMcFungus <mceagle117@gmail.com>2022-03-08 15:04:08 +0100
committerGitHub <noreply@github.com>2022-03-08 15:04:08 +0100
commit83df2bd525918600dd37f10b0abeacb8e397c54d (patch)
tree4960c853c60a4e2237c8ec17ba4c4668c5089509 /buch/papers/zeta/Makefile
parentimprove slides (diff)
parentfix buchcover (diff)
downloadSeminarSpezielleFunktionen-83df2bd525918600dd37f10b0abeacb8e397c54d.tar.gz
SeminarSpezielleFunktionen-83df2bd525918600dd37f10b0abeacb8e397c54d.zip
Merge pull request #1 from AndreasFMueller/master
update
Diffstat (limited to '')
-rw-r--r--buch/papers/zeta/Makefile9
-rw-r--r--buch/papers/zeta/Makefile.inc14
2 files changed, 23 insertions, 0 deletions
diff --git a/buch/papers/zeta/Makefile b/buch/papers/zeta/Makefile
new file mode 100644
index 0000000..0ba055f
--- /dev/null
+++ b/buch/papers/zeta/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile -- make file for the paper zeta
+#
+# (c) 2020 Prof Dr Andreas Mueller
+#
+
+images:
+ @echo "no images to be created in zeta"
+
diff --git a/buch/papers/zeta/Makefile.inc b/buch/papers/zeta/Makefile.inc
new file mode 100644
index 0000000..11c7697
--- /dev/null
+++ b/buch/papers/zeta/Makefile.inc
@@ -0,0 +1,14 @@
+#
+# Makefile.inc -- dependencies for this article
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+dependencies-zeta = \
+ papers/zeta/packages.tex \
+ papers/zeta/main.tex \
+ papers/zeta/references.bib \
+ papers/zeta/teil0.tex \
+ papers/zeta/teil1.tex \
+ papers/zeta/teil2.tex \
+ papers/zeta/teil3.tex
+