summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thuthesis/latexmkrc
blob: f28a2e2394f95800201bd792502bbdfdf6633eb9 (plain)
1
2
3
4
5
6
7
# vim: set ft=perl:
$clean_ext = 'thm glo gls bbl hd loe';
$makeindex = 'makeindex -s gind.ist %O -o %D %S';
add_cus_dep('glo', 'gls', 0, 'makeglo2gls');
sub makeglo2gls {
    system("makeindex -s gglo.ist -o \"$_[0].gls\" \"$_[0].glo\"");
}