aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index d021877..7640327 100755
--- a/build.sh
+++ b/build.sh
@@ -49,7 +49,7 @@ if [[ "$1" = "all" ]] || [[ "$1" = "dissertation" ]] ; then
printLine
printColor documents
pdflatex --interaction=nonstopmode dissertation
- bibtex main
+ bibtex dissertation
pdflatex --interaction=nonstopmode dissertation
pdflatex --interaction=nonstopmode dissertation
fi