Skip to content

Commit

Permalink
Use the log extension
Browse files Browse the repository at this point in the history
  • Loading branch information
josephwright committed Jun 17, 2018
1 parent 07bb4b5 commit 6cc0693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion l3build-typesetting.lua
Expand Up @@ -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
Expand Down

0 comments on commit 6cc0693

Please sign in to comment.