From 0109401636f0141c26d49182e0c1b56ea268443c Mon Sep 17 00:00:00 2001 From: "taha@luxor" Date: Mon, 6 Jul 2020 01:47:31 +0200 Subject: [PATCH] Also match .glstex aux files --- chertex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chertex.sh b/chertex.sh index b4f764f..6699ef2 100755 --- a/chertex.sh +++ b/chertex.sh @@ -49,7 +49,7 @@ aux_fig="*.figlist" aux_fls="*.fls" aux_glg="*.glg" aux_glo="*.glo" # glossaries -aux_gls="*.gls" # glossaries +aux_gls="*.gls*" # glossaries and bib2gls aux_ist="*.ist" # glossaries (makeindex style file) aux_lob="*.lob" aux_lof="*.lof"