aboutsummaryrefslogtreecommitdiffstats
path: root/buch/papers/laguerre/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--buch/papers/laguerre/Makefile9
-rw-r--r--buch/papers/laguerre/Makefile.inc16
2 files changed, 25 insertions, 0 deletions
diff --git a/buch/papers/laguerre/Makefile b/buch/papers/laguerre/Makefile
new file mode 100644
index 0000000..606d7e1
--- /dev/null
+++ b/buch/papers/laguerre/Makefile
@@ -0,0 +1,9 @@
+#
+# Makefile -- make file for the paper laguerre
+#
+# (c) 2020 Prof Dr Andreas Mueller
+#
+
+images:
+ @echo "no images to be created in laguerre"
+
diff --git a/buch/papers/laguerre/Makefile.inc b/buch/papers/laguerre/Makefile.inc
new file mode 100644
index 0000000..1eb5034
--- /dev/null
+++ b/buch/papers/laguerre/Makefile.inc
@@ -0,0 +1,16 @@
+#
+# Makefile.inc -- dependencies for this article
+#
+# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule
+#
+dependencies-laguerre = \
+ papers/laguerre/packages.tex \
+ papers/laguerre/main.tex \
+ papers/laguerre/references.bib \
+ papers/laguerre/definition.tex \
+ papers/laguerre/eigenschaften.tex \
+ papers/laguerre/quadratur.tex \
+ papers/laguerre/transformation.tex \
+ papers/laguerre/wasserstoff.tex
+
+