Skip to content

Commit b29fe79

Browse files
author
Sam Kleinman
committed
build: ignoring errors at first pass of PDF build
1 parent 7306ad6 commit b29fe79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ PDFLATEXCOMMAND = TEXINPUTS=".:$(branch-output)/latex/:" pdflatex --interaction
464464
%.pdf:%.tex
465465
@echo [pdf]: pdf compilation started at `date`.
466466
@touch $(basename $@)-pdflatex.log
467-
@$(PDFLATEXCOMMAND) $(LATEXOPTS) '$<' >> $(basename $@)-pdflatex.log
467+
@-$(PDFLATEXCOMMAND) $(LATEXOPTS) '$<' >> $(basename $@)-pdflatex.log
468468
@echo [pdf]: \(1/4\) pdflatex $<
469469
@-makeindex -s $(branch-output)/latex/python.ist '$(basename $<).idx' >> $(basename $@)-pdflatex.log 2>&1
470470
@echo [pdf]: \(2/4\) Indexing: $(basename $<).idx

0 commit comments

Comments
 (0)