Switched to makefile build pipeline
This commit is contained in:
parent
3beffd3cc4
commit
0f815c1be1
6
Makefile
Normal file
6
Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
||||
rm -f kapitel/*.aux *.aux *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls # Remove cache files
|
||||
|
@ -1,8 +0,0 @@
|
||||
#/bin/bash
|
||||
pdflatex -interaction errorstopmode -halt-on-error main.tex # Generate table of contents (ToC)
|
||||
bibtex main.aux # Build bibliography
|
||||
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
|
||||
|
||||
# Delete all cache files as they spam the working directory
|
||||
./flushcache.sh
|
@ -1,2 +0,0 @@
|
||||
#/bin/bash
|
||||
rm -f */*.aux *.aux *.lof *.log *.lot *.toc *.tps *.out *.fdb_latexmk *.fls *.bbl *.blg
|
Loading…
x
Reference in New Issue
Block a user