summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/thuthesis/latexmkrc
blob: 60e98be092cb8df8a987a2451c79123059c74d68 (plain)
1
2
3
4
5
6
7
# vim: set ft=perl:
$clean_ext = 'thm glo gls bbl hd loe xdv';
$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\"");
}