[latex3-commits] [latex3/l3build] main: And some more (56d1249)
github at latex-project.org
github at latex-project.org
Wed Sep 6 06:59:22 CEST 2023
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/56d12491316ffbf33a1642077a8ef62a9693be77
>---------------------------------------------------------------
commit 56d12491316ffbf33a1642077a8ef62a9693be77
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Sep 6 05:59:22 2023 +0100
And some more
>---------------------------------------------------------------
56d12491316ffbf33a1642077a8ef62a9693be77
l3build.lua | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/l3build.lua b/l3build.lua
index a48dc3a..55b6d19 100644
--- a/l3build.lua
+++ b/l3build.lua
@@ -129,8 +129,10 @@ if forcecheckepoch then
local options = specialformats["latex-dev"].luatex.options
specialformats["latex-dev"].luatex.options = (options and (options .. " ") or "") .. "-utc"
end
+end
+if forcedocepoch then
if match(typesetexe,"luatex") or match(typesetexe,"lualatex") then
- typesetopts = typsetopts .. " -utc"
+ typesetopts = typsetopts .. " -utc"
end
end
More information about the latex3-commits
mailing list.