[latex3-commits] [git/LaTeX3-latex3-latex3] master: Plan B to fix l3backend-code PDF (0e647ad37)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Sep 24 16:43:31 CEST 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/0e647ad3747d1d462cc3d218d2864de46d3c3859
>---------------------------------------------------------------
commit 0e647ad3747d1d462cc3d218d2864de46d3c3859
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Sep 24 15:43:31 2020 +0100
Plan B to fix l3backend-code PDF
This one is a bit of a bodge: really needs DocStrip
to be sorted.
>---------------------------------------------------------------
0e647ad3747d1d462cc3d218d2864de46d3c3859
build-config.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index 3480fb75f..57f526fbd 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -96,7 +96,7 @@ local function fmt(engines,dest)
-- Use .ini files if available
local src = "latex.ltx"
local ini = string.gsub(engine,"tex","") .. "latex.ini"
- if fileexists(supportdir .. "/" .. ini) then
+ if fileexists(maindir .. "/support/" .. ini) then
src = ini
end
print("Building format for " .. engine)
More information about the latex3-commits
mailing list.