From b79c430c82b6c3a40817caac13bf8665cfa9c6a3 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 17 Aug 2020 00:15:47 +0100 Subject: Minor typo correction in comments of paper.mk The '.bbl' suffix in the comment of one call to LaTeX was incorrectly written as '.bb'. --- reproduce/analysis/make/paper.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'reproduce/analysis/make') diff --git a/reproduce/analysis/make/paper.mk b/reproduce/analysis/make/paper.mk index b00ed5a..90d71c1 100644 --- a/reproduce/analysis/make/paper.mk +++ b/reproduce/analysis/make/paper.mk @@ -136,7 +136,7 @@ $(texbdir)/paper.bbl: tex/src/references.tex $(mtexdir)/dependencies-bib.tex \ | sed -e 's/\([^,]\) *\( \|EOLINE\) *\\doi/\1, \\doi/g' \ | sed -e 's/EOLINE/\n/g' > paper.bbl - # The pre-final run of LaTeX after 'paper.bb' was created. + # The pre-final run of LaTeX after 'paper.bbl' was created. latex -shell-escape -halt-on-error $$p/paper.tex fi -- cgit v1.2.1