diff --git a/Makefile b/Makefile index a921c3fdcbdec7d4ff995e623b6cc88da7652205..5b3f1d89e548ff83cd7e5a8053dd0a9240c415ff 100644 --- a/Makefile +++ b/Makefile @@ -4,13 +4,12 @@ output: $(BOOK).pdf .PHONY: clean all -global: config/bind.sty .switch-gls .switch-gls: @touch -r Makefile .switch-gls config/bind.sty: @git submodule update --init -svg-inkscape: | config/bind.sty +svg-inkscape: | config/bind.sty .switch-gls @pdflatex -shell-escape -jobname $(BOOK) main.tex $(BOOK).pdf: svg-inkscape $(wildcard *.tex) $(wildcard config/*.sty) @pdflatex -jobname $(BOOK) main.tex