[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Drop support for "texlua build.lua <target>" (d232d625)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Feb 5 09:58:59 CET 2021


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

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

commit d232d62501854bec1b19537460129cfd3f6fd8d5
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Feb 5 08:58:59 2021 +0000

    Drop support for "texlua build.lua <target>"
    
    This will make life a lot easier in cleaning up some
    of l3build.


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

d232d62501854bec1b19537460129cfd3f6fd8d5
 base/build.lua              | 6 ------
 build.lua                   | 6 ------
 contrib/build.lua           | 7 -------
 required/amsmath/build.lua  | 7 -------
 required/cyrillic/build.lua | 7 -------
 required/firstaid/build.lua | 6 ------
 required/graphics/build.lua | 7 -------
 required/tools/build.lua    | 6 ------
 8 files changed, 52 deletions(-)

diff --git a/base/build.lua b/base/build.lua
index 04d52f8f..77e9dcde 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -210,9 +210,3 @@ dofile (maindir .. "/build-config.lua")
 if not master_branch then
   makeindexfiles = { }
 end
-
--- Find and run the build system
-kpse.set_program_name ("kpsewhich")
-if not release_date then
-  dofile(kpse.lookup("l3build.lua"))
-end
diff --git a/build.lua b/build.lua
index dff8cccd..0a291a4a 100644
--- a/build.lua
+++ b/build.lua
@@ -81,10 +81,4 @@ function main (target)
   end
 end
 
--- Find and run the build system
-kpse.set_program_name ("kpsewhich")
 dofile(("./build-config.lua"))
-if not release_date then
-  dofile(kpse.lookup("l3build.lua"))
-end
-
diff --git a/contrib/build.lua b/contrib/build.lua
index a5a1e61d..6698c5ef 100644
--- a/contrib/build.lua
+++ b/contrib/build.lua
@@ -22,10 +22,3 @@ checksearch = true
 
 -- Load the common build code
 dofile(maindir .. "/build-config.lua")
-
--- Find and run the build system
-kpse.set_program_name("kpsewhich")
-if not release_date then
-  dofile(kpse.lookup("l3build.lua"))
-end
-
diff --git a/required/amsmath/build.lua b/required/amsmath/build.lua
index a88824d2..ff70b804 100644
--- a/required/amsmath/build.lua
+++ b/required/amsmath/build.lua
@@ -23,10 +23,3 @@ checkconfigs = {"build","config-TU"}
 dofile (maindir .. "/build-config.lua")
 
 update_tag = update_tag_ltx
-
--- Find and run the build system
-kpse.set_program_name ("kpsewhich")
-if not release_date then
-  dofile(kpse.lookup("l3build.lua"))
-end
-
diff --git a/required/cyrillic/build.lua b/required/cyrillic/build.lua
index e07ee115..23001046 100644
--- a/required/cyrillic/build.lua
+++ b/required/cyrillic/build.lua
@@ -19,10 +19,3 @@ typesetfiles = {"*.dtx", "*.fdd"}
 
 -- Load the common settings for the LaTeX2e repo
 dofile (maindir .. "/build-config.lua")
-
--- Find and run the build system
-kpse.set_program_name ("kpsewhich")
-if not release_date then
-  dofile(kpse.lookup("l3build.lua"))
-end
-
diff --git a/required/firstaid/build.lua b/required/firstaid/build.lua
index cd46c839..ab69d5a3 100644
--- a/required/firstaid/build.lua
+++ b/required/firstaid/build.lua
@@ -58,9 +58,3 @@ uploadconfig = {
 
 -- Load the common settings for the LaTeX2e repo
 dofile (maindir .. "/build-config.lua")
-
--- Find and run the build system
-kpse.set_program_name ("kpsewhich")
-if not release_date then
-  dofile(kpse.lookup("l3build.lua"))
-end
diff --git a/required/graphics/build.lua b/required/graphics/build.lua
index 62d54794..e8360530 100644
--- a/required/graphics/build.lua
+++ b/required/graphics/build.lua
@@ -27,10 +27,3 @@ checkdeps =
 dofile (maindir .. "/build-config.lua")
 
 update_tag = update_tag_ltx
-
--- Find and run the build system
-kpse.set_program_name ("kpsewhich")
-if not release_date then
-  dofile(kpse.lookup("l3build.lua"))
-end
-
diff --git a/required/tools/build.lua b/required/tools/build.lua
index b7c248b5..015407e1 100644
--- a/required/tools/build.lua
+++ b/required/tools/build.lua
@@ -32,9 +32,3 @@ checkconfigs = {"build","config-TU","config-legacy","config-search"}
 
 -- Load the common settings for the LaTeX2e repo
 dofile (maindir .. "/build-config.lua")
-
--- Find and run the build system
-kpse.set_program_name ("kpsewhich")
-if not release_date then
-  dofile(kpse.lookup("l3build.lua"))
-end





More information about the latex3-commits mailing list.