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

have all repos depend on all glg files

parent f950286a
Branches
No related tags found
No related merge requests found
Pipeline #213114 passed
......@@ -11,4 +11,4 @@ RELEASE := $(BOOK)-$(VERSION).pdf
GLOS := makeglossaries -d $(DROSS)
RUN := lualatex -output-directory $(DROSS) -shell-escape
CLEAN := $(RM) -r $(DROSS) qr.tex *.pdf .switch-gls svg-inkscape
DEPS := *tex config/*sty
DEPS := $(wildcard *.tex) $(wildcard config/*sty) $(wildcard $(DROSS)*.glg)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment