From e5dec2d8164c7c8d53e5db824b50a481edf71ede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Fri, 8 Jan 2021 13:36:54 +0100 Subject: =?UTF-8?q?zwei=20Aufgaben=20hinzugef=C3=BCegt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cover/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cover/Makefile') diff --git a/cover/Makefile b/cover/Makefile index 76ae56f..6f682dc 100644 --- a/cover/Makefile +++ b/cover/Makefile @@ -3,9 +3,12 @@ # # (c) 2018 Prof Dr Andreas Müller, Hochschule Rapperswil # -all: buchcover.png front.pdf back.pdf +all: matrix.pdf buchcover.png front.pdf back.pdf -buchcover.pdf: buchcover.tex +matrix.pdf: matrix.tex + pdflatex matrix.tex + +buchcover.pdf: buchcover.tex matrix.pdf pdflatex buchcover.tex buchcover.png: buchcover.pdf Makefile -- cgit v1.2.1