From 4860e7175f75c69585a58f099bd5bd2b5c53e623 Mon Sep 17 00:00:00 2001 From: Malin Freeborn <malinfreeborn@posteo.net> Date: Tue, 7 Dec 2021 19:03:07 +0100 Subject: [PATCH] add idx and gls to bind_ref --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 6ca7bcab..3370cce3 100644 --- a/Makefile +++ b/Makefile @@ -19,6 +19,8 @@ svg-ref: pdflatex -jobname=bind_ref -shell-escape ${filename}.tex pdflatex -jobname=bind_ref ${filename}.tex pdflatex -jobname=bind_ref ${filename}.tex + makeglossaries bind_ref + makeindex bind_ref ref: svg-ref touch .ref pdflatex -jobname=bind_ref ${filename}.tex -- GitLab