[latex3-commits] [git/LaTeX3-latex3-latex3] main: Allow for specialformats when building format (7f36a851e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Dec 13 11:03:09 CET 2021
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/7f36a851e347f217e29782945f40f6a9f15b1175
>---------------------------------------------------------------
commit 7f36a851e347f217e29782945f40f6a9f15b1175
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Dec 13 10:03:09 2021 +0000
Allow for specialformats when building format
>---------------------------------------------------------------
7f36a851e347f217e29782945f40f6a9f15b1175
build-config.lua | 3 +++
1 file changed, 3 insertions(+)
diff --git a/build-config.lua b/build-config.lua
index 0b86956ff..08a76255f 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -137,6 +137,9 @@ local function fmt(engines,dest)
local errorlevel
for _,engine in pairs(engines) do
+ if specialformats.latex[engine] then
+ engine = specialformats.latex[engine].binary
+ end
errorlevel = mkfmt(engine)
if errorlevel ~= 0 then return errorlevel end
end
More information about the latex3-commits
mailing list.