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

update config

parent 21dfe0d2
Branches
Tags
No related merge requests found
......@@ -12,11 +12,7 @@ config/bind.sty:
svg-inkscape: | config/bind.sty
@pdflatex -shell-escape -jobname $(BOOK) main.tex
$(BOOK).glo: | svg-inkscape
@pdflatex -jobname $(BOOK) main.tex
$(BOOK).sls: | $(BOOK).glo
@makeglossaries $(BOOK)
$(BOOK).pdf: $(BOOK).sls $(wildcard *.tex) $(wildcard config/*.sty)
$(BOOK).pdf: $(wildcard *.tex) $(wildcard config/*.sty)
@pdflatex -jobname $(BOOK) main.tex
all: $(BOOK).pdf
......
Subproject commit ecc235708d2a47597f3862db2af6a38f761df077
Subproject commit 68d86e81e94177985af06772ee4d6a11d2b9edb4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment