From b2975538a4f250b286c5bf0fee910ace5deb4887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 8 Mar 2022 07:02:38 +0100 Subject: nlwave -> parzyl --- buch/papers/parzyl/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 buch/papers/parzyl/Makefile (limited to 'buch/papers/parzyl/Makefile') diff --git a/buch/papers/parzyl/Makefile b/buch/papers/parzyl/Makefile new file mode 100644 index 0000000..d2c7958 --- /dev/null +++ b/buch/papers/parzyl/Makefile @@ -0,0 +1,9 @@ +# +# Makefile -- make file for the paper nlwave +# +# (c) 2020 Prof Dr Andreas Mueller +# + +images: + @echo "no images to be created in nlwave" + -- cgit v1.2.1 From 1caf2628298cf35f88025d348954efa6243a8a34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 8 Mar 2022 07:42:33 +0100 Subject: fix cover --- buch/papers/parzyl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buch/papers/parzyl/Makefile') diff --git a/buch/papers/parzyl/Makefile b/buch/papers/parzyl/Makefile index d2c7958..3578f26 100644 --- a/buch/papers/parzyl/Makefile +++ b/buch/papers/parzyl/Makefile @@ -1,9 +1,9 @@ # -# Makefile -- make file for the paper nlwave +# Makefile -- make file for the paper parzyl # # (c) 2020 Prof Dr Andreas Mueller # images: - @echo "no images to be created in nlwave" + @echo "no images to be created in parzyl" -- cgit v1.2.1