diff options
author | Andreas Müller <andreas.mueller@ost.ch> | 2022-03-07 06:54:11 +0100 |
---|---|---|
committer | Andreas Müller <andreas.mueller@ost.ch> | 2022-03-07 06:54:11 +0100 |
commit | 9996e030d92cae677431e2ab8d0ba0f64febc43a (patch) | |
tree | de03ccb4762addb0a7b6dde3f3ddb9607a9eed37 /buch/papers/fm/Makefile | |
parent | add chapter directories (diff) | |
download | SeminarSpezielleFunktionen-9996e030d92cae677431e2ab8d0ba0f64febc43a.tar.gz SeminarSpezielleFunktionen-9996e030d92cae677431e2ab8d0ba0f64febc43a.zip |
fix wrong paper short name
Diffstat (limited to 'buch/papers/fm/Makefile')
-rw-r--r-- | buch/papers/fm/Makefile | 9 |
1 files changed, 9 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" + |