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

add general DEPS var for make

parent 0553b752
No related branches found
No related tags found
No related merge requests found
...@@ -6,3 +6,4 @@ GLOS = makeglossaries -d $(DROSS) ...@@ -6,3 +6,4 @@ GLOS = makeglossaries -d $(DROSS)
RUN = lualatex -output-directory $(DROSS) -shell-escape RUN = lualatex -output-directory $(DROSS) -shell-escape
QR_TARGET = $(shell grep 'mailto' README.md | cut -d' ' -f2) QR_TARGET = $(shell grep 'mailto' README.md | cut -d' ' -f2)
CLEAN = $(RM) -r $(DROSS) qr.tex *.pdf svg-inkscape CLEAN = $(RM) -r $(DROSS) qr.tex *.pdf svg-inkscape
DEPS = *tex config/*sty
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment