Skip to content
Snippets Groups Projects
Verified Commit ee36a6fb authored by Malin Freeborn's avatar Malin Freeborn
Browse files

recompile on any config change

parent 05e7ca29
Branches
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment