Fix file-leaks in makefile
This commit is contained in:
parent
3b511e4333
commit
dce6929bdd
2
Makefile
2
Makefile
@ -3,5 +3,5 @@ all:
|
|||||||
bibtex main.aux
|
bibtex main.aux
|
||||||
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate ToC page indices taking account the new ToC file
|
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate ToC page indices taking account the new ToC file
|
||||||
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate PDF with new ToC
|
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate PDF with new ToC
|
||||||
rm -f kapitel/*.aux *.aux *.bbl *.blg *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files
|
rm -f appendix/*.aux dexes/*.aux chapters/*.aux *.aux *.bbl *.blg *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user