Browse Source

pop up warning box and stop progress bar on build error

remotes/origin/split-songs
Guillaume Née 15 years ago
committed by Romain GOFFE
parent
commit
d5e990236b
  1. 2
      makefile

2
makefile

@ -79,7 +79,7 @@ $(PSF): %.ps.gz: %.ps
%.dvi: %.tex %.aux
$(LATEX) $<
$(PDF): LATEX = pdflatex
$(PDF): LATEX = pdflatex -halt-on-error
$(PDF): %.pdf: %.tex %.aux
%.aux: %.tex

Loading…
Cancel
Save