[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Ensure fonttext.cfg is correct for typesetting (89f91a2f)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Nov 20 11:28:40 CET 2019


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/89f91a2fcc9da1c49922900159d32fdb9d8fc10d

>---------------------------------------------------------------

commit 89f91a2fcc9da1c49922900159d32fdb9d8fc10d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Nov 20 10:28:40 2019 +0000

    Ensure fonttext.cfg is correct for typesetting
    
    This  also impacts on CTAN release: the version
    here has to be correct.


>---------------------------------------------------------------

89f91a2fcc9da1c49922900159d32fdb9d8fc10d
 build-config.lua | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/build-config.lua b/build-config.lua
index e666cc49..bd539f73 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -210,7 +210,8 @@ local function fmt(engines,dest)
     return 0
   end
 
-  if not options["config"] or options["config"][1] ~= "config-TU" then
+  if dest ~= typesetdir and
+    (not options["config"] or options["config"][1] ~= "config-TU") then
     cp("fonttext.cfg",supportdir,unpackdir)
   end
 





More information about the latex3-commits mailing list