7 lines
428 B
Makefile
Raw Normal View History

2022-05-19 09:11:50 +02:00
all:
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
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
2022-05-19 10:50:38 +02:00
rm -f kapitel/*.aux dexes/*.aux *.aux *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files
2022-05-19 09:11:50 +02:00