From c6d6b977dc5db71f0d1ba2c2b99b6961379003a1 Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Tue, 1 Jun 2021 12:47:39 +1000 Subject: [PATCH] Explicitly use makeglossaries --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bb1457a..503faa3 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ $(BUILDDIR)/.sync: pipenv sync %.pdf: %.tex FORCE - pipenv run ./latexrun --latex-cmd=$(LATEX) --latex-args="-shell-escape --8bit" --bibtex-cmd=$(BIBTEX) -O $(BUILDDIR) $< + pipenv run ./latexrun --latex-cmd=$(LATEX) --latex-args="-shell-escape --8bit" --bibtex-cmd=$(BIBTEX) --makeglossaries-cmd="makeglossaries" -O $(BUILDDIR) $< update: pipenv lock