From 71782ee7f7aeae902ecf9f6ac85cc1aab3a7a9b1 Mon Sep 17 00:00:00 2001
From: Jan Wille <jan.wille@stud.hs-hannover.de>
Date: Mon, 27 Dec 2021 16:09:43 +0100
Subject: [PATCH] added outdir to main.pdf prerequisit

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4140dfa..f95e329 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ src: src/HsH-article.cls src/HsH-report.cls src/HsH-standalone.cls
 src/HsH-article.cls src/HsH-report.cls src/HsH-standalone.cls &: HsH-Classes.ins HsH-Classes.dtx
 	$(LATEX) -output-directory=src HsH-Classes.ins
 
-pdf: $(SUB_FILES) $(NAME).pdf
+pdf: $(SUB_FILES) $(OUTDIR)/$(NAME).pdf
 
 bib: $(OUTDIR)/$(AUXDIR)/$(NAME).bcf
 	$(BIBTEX) -output-directory=$(OUTDIR)/$(AUXDIR) $(QUIET) $(NAME)
-- 
GitLab