From: adin Date: Fri, 24 Aug 2018 18:12:15 +0000 (-0300) Subject: Add failsafe on first run of pdflatex to avoid early dying on errors X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=e15b45ffa71e020e8a145fcdcbb7498aa013f811;p=mcv-academic Add failsafe on first run of pdflatex to avoid early dying on errors --- diff --git a/example/Makefile b/example/Makefile index f0d92e3..4470ff1 100644 --- a/example/Makefile +++ b/example/Makefile @@ -29,7 +29,7 @@ $(PATTERNS): clean $(eval STYLE = $(firstword $(subst -, ,$@))) $(eval LANG = $(lastword $(subst -, ,$@))) $(eval INPUT="\def\defaultstyle{$(STYLE)}\def\defaultdetails{$(DETAILS)}\def\defaultopts{\selectshortlanguage{$(LANG)}}\input{$(SOURCE)}") - pdflatex -interaction=nonstopmode $(INPUT) -jobname=$(NAME) + pdflatex -interaction=nonstopmode $(INPUT) -jobname=$(NAME) || true biber $(NAME) pdflatex -interaction=nonstopmode $(INPUT) -jobname=$(NAME) pdflatex -interaction=nonstopmode $(INPUT) -jobname=$(NAME)