X-Git-Url: https://git.distorted.org.uk/~mdw/doc/wrestlers/blobdiff_plain/aa9e8d3699e83272aca253ef32ff5a6415a9bd93..bb06fa14f7466d06bf90b862871039fe8f4c27d9:/build-latex.sh diff --git a/build-latex.sh b/build-latex.sh index b772418..8e1b400 100755 --- a/build-latex.sh +++ b/build-latex.sh @@ -13,7 +13,7 @@ for i in toc lot lof aux ind idx ilg bbl blg log; do done $tex -jobname "$jobname" "\\relax $preamble \\input $file" -case ",$opts," in *,bibtex,*) bibtex "$jobname".aux;; esac +case ",$opts," in *,bibtex,*) bibtex "$jobname".aux || :;; esac $tex -jobname "$jobname" "\\relax $preamble \\input $file" $tex -jobname "$jobname" "\\relax $preamble \\input $file" case ",$opts," in