[latex3-commits] [git/LaTeX3-latex3-latex3] DRY: Copy fmt files to the correct place (016a18039)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sat Sep 28 18:38:52 CEST 2019
Repository : https://github.com/latex3/latex3
On branch : DRY
Link : https://github.com/latex3/latex3/commit/016a180395c56ef7b3b7231624ff85a5e114e844
>---------------------------------------------------------------
commit 016a180395c56ef7b3b7231624ff85a5e114e844
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sat Sep 28 17:38:52 2019 +0100
Copy fmt files to the correct place
In contrast to the (current) LaTeX2e approach,
fmt() is called in the 'right' place, so the copying
is needed to a different location.
>---------------------------------------------------------------
016a180395c56ef7b3b7231624ff85a5e114e844
build-config.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index 9c341d731..0da1eca2b 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -110,7 +110,7 @@ local function fmt()
if errorlevel ~= 0 then return errorlevel end
local fmtname = string.gsub(engine,"tex$","") .. "latex.fmt"
ren(unpackdir,"latex.fmt",fmtname)
- cp(fmtname,unpackdir,localdir)
+ cp(fmtname,unpackdir,testdir)
return 0
end
local checkengines = options["engine"] or checkengines
More information about the latex3-commits
mailing list