[latex3-commits] [latex3/tex-ini-files] main: Set up for TDS release (1b6c818)

github at latex-project.org github at latex-project.org
Thu Nov 16 00:14:55 CET 2023


Repository : https://github.com/latex3/tex-ini-files
On branch  : main
Link       : https://github.com/latex3/tex-ini-files/commit/1b6c818dd633fa72e50151c100906b59e5382600

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

commit 1b6c818dd633fa72e50151c100906b59e5382600
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Nov 15 23:14:55 2023 +0000

    Set up for TDS release


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

1b6c818dd633fa72e50151c100906b59e5382600
 build.lua | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/build.lua b/build.lua
index 7650107..b89a6eb 100644
--- a/build.lua
+++ b/build.lua
@@ -12,6 +12,14 @@ unpackfiles  = { }
 versionfiles = sourcefiles
 installfiles = sourcefiles
 
+tdsroot = "generic"
+tdslocations =
+  {
+    "tex/latex/latexconfig/*latex.ini",
+    "tex/latex/latexconfig/lualatex*.*",
+  }
+  packtdszip = true
+
 function setversion_update_line (line, date, version)
   if string.match(line, "^%% tex%-ini%-files %d%d%d%d%-%d%d%-%d%d: ") then
     line = string.gsub(line, "%d%d%d%d%-%d%d%-%d%d", date)





More information about the latex3-commits mailing list.