aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/parzyl/Makefile
diff options
context:
space:
mode:
authorSamuel Niederer <43746162+samnied@users.noreply.github.com>2022-07-24 12:17:00 +0200
committerGitHub <noreply@github.com>2022-07-24 12:17:00 +0200
commitefe7c35759afb5cbae3c1683873c5159be0be09f (patch)
tree84f2e8510132352f9943bddc577ccf32cd46f2dc /buch/papers/parzyl/Makefile
parentadd current work (diff)
parentMerge pull request #26 from p1mueller/master (diff)
downloadSeminarSpezielleFunktionen-efe7c35759afb5cbae3c1683873c5159be0be09f.tar.gz
SeminarSpezielleFunktionen-efe7c35759afb5cbae3c1683873c5159be0be09f.zip
Merge branch 'AndreasFMueller:master' into master
Diffstat (limited to '')
-rw-r--r--buch/papers/parzyl/Makefile9
-rw-r--r--buch/papers/parzyl/Makefile.inc14
2 files changed, 23 insertions, 0 deletions
diff --git a/buch/papers/parzyl/Makefile b/buch/papers/parzyl/Makefile
new file mode 100644
index 0000000..3578f26
--- /dev/null
+++ b/buch/papers/parzyl/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile -- make file for the paper parzyl
+#
+# (c) 2020 Prof Dr Andreas Mueller
+#
+
+images:
+ @echo "no images to be created in parzyl"
+
diff --git a/buch/papers/parzyl/Makefile.inc b/buch/papers/parzyl/Makefile.inc
new file mode 100644
index 0000000..fc182e1
--- /dev/null
+++ b/buch/papers/parzyl/Makefile.inc
@@ -0,0 +1,14 @@
+#
+# Makefile.inc -- dependencies for this article
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+dependencies-parzyl = \
+ papers/parzyl/packages.tex \
+ papers/parzyl/main.tex \
+ papers/parzyl/references.bib \
+ papers/parzyl/teil0.tex \
+ papers/parzyl/teil1.tex \
+ papers/parzyl/teil2.tex \
+ papers/parzyl/teil3.tex
+