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