diff --git a/home/dot_latexmkrc b/home/dot_latexmkrc index 63b3c29..94bbfbd 100644 --- a/home/dot_latexmkrc +++ b/home/dot_latexmkrc @@ -105,7 +105,7 @@ sub makesout { # Some things to do after all the compile stuff END{ - Run_subst('rm ./*.pdf ./*.aux'); + Run_subst('rm ./%A.pdf ./*.aux'); Run_subst('mv ./build/%A.pdf .'); Run_subst('rm -rf ./build'); }