From ada53a9c225b896c8d7608300427aac475bb7045 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Tue, 9 Feb 2021 21:52:16 +0100 Subject: move all iamges to separate files --- buch/chapters/95-homologie/images/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 buch/chapters/95-homologie/images/Makefile (limited to 'buch/chapters/95-homologie/images/Makefile') diff --git a/buch/chapters/95-homologie/images/Makefile b/buch/chapters/95-homologie/images/Makefile new file mode 100644 index 0000000..82f1285 --- /dev/null +++ b/buch/chapters/95-homologie/images/Makefile @@ -0,0 +1,10 @@ +# +# Makefile +# +# (c) 2021 Prof Dr Andreas Müller, OST Ostschweizer Fachhochschule +# +all: dreieck.pdf + +dreieck.pdf: dreieck.tex + pdflatex dreieck.tex + -- cgit v1.2.1