Fix build scripts

This commit is contained in:
Valentin Brandl 2019-10-21 15:52:10 +02:00
parent 98ce2c659d
commit 04b53133c9
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D
2 changed files with 2 additions and 3 deletions

View File

@ -2,6 +2,5 @@
while inotifywait -e modify .
do
latexmk -pdf 01paper.tex
# ./make.sh
./make.sh
done

View File

@ -23,7 +23,7 @@ makeindex -s "${tmp}/01paper.ist" -o "${tmp}/01paper.ind" "${tmp}/01paper.idx"
pdflatex -aux-directory="${tmp}" 01paper.tex
bibtex "${tmp}\01paper.aux"
bibtex "${tmp}/01paper.aux"
pdflatex -aux-directory="${tmp}" 01paper.tex