diff options
author | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-08-17 00:15:47 +0100 |
---|---|---|
committer | Mohammad Akhlaghi <mohammad@akhlaghi.org> | 2020-08-17 00:15:47 +0100 |
commit | b79c430c82b6c3a40817caac13bf8665cfa9c6a3 (patch) | |
tree | 88d0c9f3a0f76cd516572915b519af6768e98a70 /reproduce/analysis | |
parent | 10b133db1a2115cad8dba2cc7e5641facc080454 (diff) |
Minor typo correction in comments of paper.mk
The '.bbl' suffix in the comment of one call to LaTeX was incorrectly
written as '.bb'.
Diffstat (limited to 'reproduce/analysis')
-rw-r--r-- | reproduce/analysis/make/paper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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 |