[latex3-commits] [git/LaTeX3-latex3-latex3] main: Handle forat building in bundlecheck (8eb4d005f)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon May 17 19:08:53 CEST 2021


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/8eb4d005ff1bbec7e6bb6354c45b6842289cd9c9

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

commit 8eb4d005ff1bbec7e6bb6354c45b6842289cd9c9
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Mon May 17 06:28:33 2021 +0200

    Handle forat building in bundlecheck


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

8eb4d005ff1bbec7e6bb6354c45b6842289cd9c9
 build-config.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-config.lua b/build-config.lua
index 25a393436..dcdc8f6dc 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -144,7 +144,7 @@ function checkinit_hook()
   local engines = options.engine
   if not engines then
     local target = options.target
-    if target == 'check' then
+    if target == 'check' or target == 'bundlecheck' then
       engines = checkengines
     elseif target == 'save' then
       engines = {stdengine}





More information about the latex3-commits mailing list.