From e96c7829b2997b266d326d056e14a912ddc5de30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Thu, 9 Dec 2021 08:49:04 +0100 Subject: add errata file --- buch/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'buch/Makefile') diff --git a/buch/Makefile b/buch/Makefile index 0428080..3f2515f 100755 --- a/buch/Makefile +++ b/buch/Makefile @@ -48,3 +48,9 @@ test2.pdf: common/test-common.tex common/test1.tex aufgaben2.tex test3.pdf: common/test-common.tex common/test1.tex aufgaben3.tex pdflatex common/test3.tex +# +# Errata +# +errata.pdf: errata.tex + pdflatex errata.tex + -- cgit v1.2.1