From 50139310e1ec4594da15651ecb8475ab33248cb5 Mon Sep 17 00:00:00 2001 From: Mohammad Akhlaghi Date: Mon, 12 Nov 2018 20:50:27 +0000 Subject: System's environment (including PATH) only available for LaTeX The system's environment is now removed from the internal processing of the pipeline, except for LaTeX. --- reproduce/src/make/paper.mk | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'reproduce/src/make/paper.mk') diff --git a/reproduce/src/make/paper.mk b/reproduce/src/make/paper.mk index 79d7722..eaa1948 100644 --- a/reproduce/src/make/paper.mk +++ b/reproduce/src/make/paper.mk @@ -38,6 +38,9 @@ $(texbdir)/paper.bbl: tex/references.tex \ | $(tikzdir) $(texbdir) tex/pipeline.tex + # To find LaTeX (which currently isn't internally installed). + PATH=$(sys-path) + # We'll run LaTeX first to generate the `.bcf' file (necessary for # `biber') and then run `biber' to generate the `.bbl' file. p=$$(pwd); @@ -61,6 +64,9 @@ $(texbdir)/paper.bbl: tex/references.tex \ paper.pdf: tex/pipeline.tex paper.tex $(texbdir)/paper.bbl \ | $(tikzdir) $(texbdir) + # To find LaTeX (which currently isn't internally installed). + PATH=$(sys-path) + # Go into the top TeX build directory and make the paper. p=$$(pwd) export TEXINPUTS=$$p:$$TEXINPUTS -- cgit v1.2.1