[latex3-commits] [git/LaTeX3-latex3-l3build] master: Use the log extension (6cc0693)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jun 17 15:03:51 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/6cc069392654e5353764cf6498260bde7993941f
>---------------------------------------------------------------
commit 6cc069392654e5353764cf6498260bde7993941f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jun 17 14:03:33 2018 +0100
Use the log extension
>---------------------------------------------------------------
6cc069392654e5353764cf6498260bde7993941f
l3build-typesetting.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-typesetting.lua b/l3build-typesetting.lua
index 229745d..71fe0ea 100644
--- a/l3build-typesetting.lua
+++ b/l3build-typesetting.lua
@@ -125,7 +125,7 @@ function makeindex(name, dir, inext, outext, logext, style)
makeindexexe .. " " .. makeindexopts
.. " -o " .. name .. outext
.. (style and (" -s " .. style) or "")
- .. " -t " .. name .. " " .. name .. inext
+ .. " -t " .. name .. logext .. " " .. name .. inext
)
)
end
More information about the latex3-commits
mailing list