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