summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/asymptote/latexmkrc
blob: 1cca8732e9401bb79991b009b79b5c034bad0432 (plain)
1
2
3
4
sub asy {return system("asy '$_[0]'");}
add_cus_dep("asy","eps",0,"asy");
add_cus_dep("asy","pdf",0,"asy");
add_cus_dep("asy","tex",0,"asy");