diff --git a/Makefile b/Makefile
index c79d3ff738d2e23973fe0d6553bd9225871c0a17..5f552ebfcc5247a041034cec728565c84ae98526 100644
--- a/Makefile
+++ b/Makefile
@@ -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
diff --git a/config b/config
index ecc235708d2a47597f3862db2af6a38f761df077..68d86e81e94177985af06772ee4d6a11d2b9edb4 160000
--- a/config
+++ b/config
@@ -1 +1 @@
-Subproject commit ecc235708d2a47597f3862db2af6a38f761df077
+Subproject commit 68d86e81e94177985af06772ee4d6a11d2b9edb4