diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2021-06-04 16:46:46 +0200 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2021-06-04 16:46:46 +0200 |
commit | 4752a00668c8de082d467bbdb8ba47f3cb0091b4 (patch) | |
tree | a3c3782662c1f8ee5e54c40eb9b9d62d30f90c74 /buch/papers/000template/Makefile | |
parent | add ideas file (diff) | |
download | SeminarSpezielleFunktionen-4752a00668c8de082d467bbdb8ba47f3cb0091b4.tar.gz SeminarSpezielleFunktionen-4752a00668c8de082d467bbdb8ba47f3cb0091b4.zip |
add basic file infrastructure for special function book
Diffstat (limited to '')
-rw-r--r-- | buch/papers/000template/Makefile | 9 | ||||
-rw-r--r-- | buch/papers/000template/Makefile.inc | 14 |
2 files changed, 23 insertions, 0 deletions
diff --git a/buch/papers/000template/Makefile b/buch/papers/000template/Makefile new file mode 100644 index 0000000..9126d2d --- /dev/null +++ b/buch/papers/000template/Makefile @@ -0,0 +1,9 @@ +# +# Makefile -- make file for the paper 000template +# +# (c) 2020 Prof Dr Andreas Mueller +# + +images: + @echo "no images to be created in 000template" + diff --git a/buch/papers/000template/Makefile.inc b/buch/papers/000template/Makefile.inc new file mode 100644 index 0000000..12e6a4f --- /dev/null +++ b/buch/papers/000template/Makefile.inc @@ -0,0 +1,14 @@ +# +# Makefile.inc -- dependencies for this article +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +dependencies-000template = \ + papers/000template/packages.tex \ + papers/000template/main.tex \ + papers/000template/references.bib \ + papers/000template/teil0.tex \ + papers/000template/teil1.tex \ + papers/000template/teil2.tex \ + papers/000template/teil3.tex + |