summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/thuthesis/latexmkrc
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/thuthesis/latexmkrc')
-rw-r--r--macros/latex/contrib/thuthesis/latexmkrc5
1 files changed, 0 insertions, 5 deletions
diff --git a/macros/latex/contrib/thuthesis/latexmkrc b/macros/latex/contrib/thuthesis/latexmkrc
index d5134325de..b924b9d8b6 100644
--- a/macros/latex/contrib/thuthesis/latexmkrc
+++ b/macros/latex/contrib/thuthesis/latexmkrc
@@ -10,11 +10,6 @@ $bibtex_use = 1.5;
$clean_ext = "hd loe ptc synctex.gz thm xdv";
$makeindex = "makeindex -s gind.ist %O -o %D %S";
-add_cus_dep('glo', 'gls', 0, 'glo2gls');
-sub glo2gls {
- system("makeindex -s gglo.ist -o \"$_[0].gls\" \"$_[0].glo\"");
-}
-push @generated_exts, 'glo', 'gls';
add_cus_dep('nlo', 'nls', 0, 'nlo2nls');
sub nlo2nls {