Skip to content
Snippets Groups Projects
Commit 152522d5 authored by Malin Freeborn's avatar Malin Freeborn
Browse files

Merge commit '87e65f04' into dev

parents 23d7408f 87e65f04
No related branches found
No related tags found
No related merge requests found
......@@ -8,4 +8,4 @@ new:
cp -n main.tex .gitignore ..
fi
clean:
rm -r *.{pdf,aux,toc,acn,acr,log,ptc,out,idx,ist,alg,glo} 2>/dev/null
rm -f *pdf *.aux *.toc *.acn *.acr *.log *.ptc *.out *.idx *.ist *.alg *.glo
add_cus_dep( 'tex', 'aux', 0, 'makeexternaldocument' );
sub makeexternaldocument {
if (!($root_filename eq $_[0]))
{
system( "latexmk -cd -pdf \"$_[0]\"" );
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment