no problem in fact

This commit is contained in:
Jeff Lance 2023-11-13 21:11:39 +01:00
parent 6f0de1c85f
commit b0664ec8e0

View File

@ -105,11 +105,7 @@ sub makesout {
# Some things to do after all the compile stuff # Some things to do after all the compile stuff
END{ END{
# Need to correct the following line as it makes the deletion of all the pdf files in the current directory Run_subst('rm ./*.pdf ./*.aux');
# and this is not compatible when you have multiple tex files to compile without the same name but in the
# directory.
# Run_subst('rm ./*.pdf ./*.aux');
Run_subst('rm ./*.aux');
Run_subst('mv ./build/%A.pdf .'); Run_subst('mv ./build/%A.pdf .');
Run_subst('rm -rf ./build'); Run_subst('rm -rf ./build');
} }