[latex3-commits] [latex3/tex-ini-files] main: Put al files in "tex-ini-files" structure (e9db4ed)
github at latex-project.org
github at latex-project.org
Thu Nov 16 06:57:03 CET 2023
Repository : https://github.com/latex3/tex-ini-files
On branch : main
Link : https://github.com/latex3/tex-ini-files/commit/e9db4ed798a674d2bf3499a15cb92d6f01ce8f61
>---------------------------------------------------------------
commit e9db4ed798a674d2bf3499a15cb92d6f01ce8f61
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Nov 16 05:57:03 2023 +0000
Put al files in "tex-ini-files" structure
>---------------------------------------------------------------
e9db4ed798a674d2bf3499a15cb92d6f01ce8f61
build.lua | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/build.lua b/build.lua
index b89a6eb..ae3ccef 100644
--- a/build.lua
+++ b/build.lua
@@ -15,10 +15,10 @@ installfiles = sourcefiles
tdsroot = "generic"
tdslocations =
{
- "tex/latex/latexconfig/*latex.ini",
- "tex/latex/latexconfig/lualatex*.*",
+ "tex/latex/tex-ini-files/*latex.ini",
+ "tex/latex/tex-ini-files/lualatex*.*",
}
- packtdszip = true
+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
More information about the latex3-commits
mailing list.