From 03df870786cd0244b6ec018dee363ea08586b86f Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@tutamail.com> Date: Sat, 9 Jan 2021 12:10:52 +0100 Subject: [PATCH] run glossaries and index at each new make --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a5bebd88..1c6f46ba 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,8 @@ filename=main branch := $(shell git rev-parse --abbrev-ref HEAD) output: main.pdf + makeindex main.idx + makeglossaries main pdflatex ${filename}.tex main.pdf: svg-inkscape main.idx makeindex main.idx -- GitLab