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

add gls switch to cleanup

parent c37b4a2e
No related branches found
No related tags found
No related merge requests found
......@@ -10,5 +10,5 @@ COMPILER := latexmk -auxdir=$(DROSS) -pdflua -silent -shell-escape -r config/.la
RELEASE := $(BOOK)-$(VERSION).pdf
GLOS := makeglossaries -d $(DROSS)
RUN := lualatex -output-directory $(DROSS) -shell-escape
CLEAN := $(RM) -r $(DROSS) qr.tex *.pdf svg-inkscape
CLEAN := $(RM) -r $(DROSS) qr.tex *.pdf .switch-gls svg-inkscape
DEPS := *tex config/*sty
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment