aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c782044..503fe3f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ all: $(latexfile).pdf
$(latexfile).pdf : $(bib) $(latexfile).tex vc.tex $(includes)
while ( \
- pdflatex $(latexfile) ; \
+ pdflatex -halt-on-error $(latexfile) ; \
bibtex $(latexfile) ; \
grep -q "Rerun to get cross" $(latexfile).log \
) do true ; \