[latex3-commits] [latex3/latex2e] develop: Add config-lttemplates.lua to checkconfigs (f05134ce9)

github at latex-project.org github at latex-project.org
Mon Nov 4 15:50:09 CET 2024


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

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

commit f05134ce9f2eedc87ae20d85ce22bef295a57d77
Author: Yukai Chou <muzimuzhi at gmail.com>
Date:   Mon Nov 4 22:30:35 2024 +0800

    Add config-lttemplates.lua to checkconfigs


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

f05134ce9f2eedc87ae20d85ce22bef295a57d77
 base/build.lua | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/base/build.lua b/base/build.lua
index e715de813..dd2a6e0db 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -162,8 +162,18 @@ unpackdeps  = {}
 indexstyle = "source2e.ist"
 
 -- Allow for TU and other test configurations
-checkconfigs = {"build","config-1run","config-TU","config-legacy","config-lthooks",
-                "config-lthooks2","config-ltcmd","config-doc","config-ltmarks"}
+checkconfigs = {
+  "build",
+  "config-1run",
+  "config-TU",
+  "config-doc",
+  "config-legacy",
+  "config-ltcmd",
+  "config-lthooks",
+  "config-lthooks2",
+  "config-ltmarks",
+  "config-lttemplates.lua"
+}
 
 tagfiles = tagfiles or {"*.cls","*.dtx","*.fdd","*.ins","*.tex","README.md"}
 update_tag = update_tag_base





More information about the latex3-commits mailing list.