From 97df9fd45611371c2bcfc1b6f6c91a7fc32b8096 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Mon, 20 Feb 2017 21:35:42 +0100 Subject: [PATCH] =?UTF-8?q?Schleuder=20hat=20Abh=C3=A4ngigkeit=20zu=20Arti?= =?UTF-8?q?keln?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c81d84..da1b2fd 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ build-dep_%: make $*.tex $(PIC) make $(STY) -%.pdf: %.tex $(wildcard *.tex) $(PIC) $(wildcard tikz/*.tikz) $(wildcard *.sty) $(STY) +%.pdf: %.tex $(wildcard *.tex) $(PIC) $(wildcard tikz/*.tikz) $(wildcard *.sty) $(STY) $(wildcard artikel/*.tex) $(call checkForRunningProcess,$*) $(call checkForPGFrealjobname,$*) $(VERBOSE)$(LATEXCMD) $*