From 3011994c699321e675b56f03ecc535cee2b8b468 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnther=20Hutter?= Date: Fri, 24 Apr 2020 13:43:32 +0200 Subject: [PATCH] fixed Typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 845dbd3..21963a3 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ build-stage: compile-pdf: # Bauen der Arbeit aus dem staging verzeichnis heraus - @echo "Compiling the theses into the pdf: $(OUTPUTFILE)" + @echo "Compiling the thesis into the pdf: $(OUTPUTFILE)" # Builden mit pandoc. Als Basisverzeichnis springen wir ins staging. # Damit sollten alle relativen Links stimmen