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

have Makefile watch tex files

parent 9304af21
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ $(BOOK).glo: | svg-inkscape
@pdflatex -jobname $(BOOK) main.tex
$(BOOK).sls: | $(BOOK).glo
@makeglossaries $(BOOK)
$(BOOK).pdf: $(BOOK).sls
$(BOOK).pdf: $(BOOK).sls $(wildcard *.tex) $(wildcard config/*.sty)
@pdflatex -jobname $(BOOK) main.tex
all: $(BOOK).pdf
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment