reduce verbosity
This commit is contained in:
parent
7527cc07ff
commit
c4be4a489c
1 changed files with 3 additions and 3 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
# Pour compiler tous les fichiers sources du dépot:
|
||||
|
||||
find . -name "main.tex" -execdir latexmk -pdf -e '$latex=q/latex %O -shell-escape %S/' {} \;
|
||||
#clean up :
|
||||
find . -name "main.tex" -execdir sh -c " pwd && latexmk {} -pdf main.tex -e '$latex=q/latex %O -shell-escape %S/' -quiet | grep 'Latexmk'" \;
|
||||
|
||||
#clean up :
|
||||
shopt -s globstar
|
||||
rm -f **/*.aux **/*.log **/*.out
|
||||
rm -f **/*.aux **/*.log **/*.out **/*.fls **/*.fdb_latexmk **/*.toc
|
||||
|
|
Loading…
Reference in a new issue