Update home/.latexmkrc
This commit is contained in:
@@ -105,7 +105,7 @@ sub makesout {
|
|||||||
|
|
||||||
# Some things to do after all the compile stuff
|
# Some things to do after all the compile stuff
|
||||||
END{
|
END{
|
||||||
Run_subst('rm ./*.pdf ./*.aux');
|
Run_subst('rm ./%A.pdf ./*.aux');
|
||||||
Run_subst('mv ./build/%A.pdf .');
|
Run_subst('mv ./build/%A.pdf .');
|
||||||
Run_subst('rm -rf ./build');
|
Run_subst('rm -rf ./build');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user