From ee36a6fb2eab1713100dc8798c316c35d9d34ce8 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 4 Jun 2024 21:16:59 +0200 Subject: [PATCH] recompile on any config change --- vars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars b/vars index c24dc389..b491a51b 100644 --- a/vars +++ b/vars @@ -12,4 +12,4 @@ RELEASE := $(BOOK)-$(VERSION).pdf GLOS := makeglossaries -d $(DROSS) RUN := lualatex -output-directory $(DROSS) -shell-escape CLEAN := $(RM) -r $(DROSS) $(LOCAL_DROSS) qr.tex *.pdf .switch-gls svg-inkscape -DEPS := $(wildcard *.tex) $(wildcard config/*sty) $(wildcard $(DROSS)/*.glg) +DEPS := $(wildcard *.tex) $(wildcard config/*sty) config/ $(wildcard $(DROSS)/*.glg) -- GitLab