[latex3-commits] [latex3/latex3] main: Update file date for `l3debug.def` (3afcb9de3)
github at latex-project.org
github at latex-project.org
Sun Nov 26 21:51:43 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/3afcb9de3b176e2d523b6f0ba77f8fee6a9748b5
>---------------------------------------------------------------
commit 3afcb9de3b176e2d523b6f0ba77f8fee6a9748b5
Author: Yukai Chou <muzimuzhi at gmail.com>
Date: Sat Nov 25 12:15:03 2023 +0800
Update file date for `l3debug.def`
>---------------------------------------------------------------
3afcb9de3b176e2d523b6f0ba77f8fee6a9748b5
l3kernel/build.lua | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/l3kernel/build.lua b/l3kernel/build.lua
index f37c34a37..c62c1280a 100644
--- a/l3kernel/build.lua
+++ b/l3kernel/build.lua
@@ -71,6 +71,10 @@ function update_tag(file,content,tagname,tagdate)
content = string.gsub(content,
"\n\\def\\ExplFileDate{" .. iso .. "}%%\n",
"\n\\def\\ExplFileDate{" .. tagname .. "}%%\n")
+ elseif string.match(file,"l3debug%.dtx$") then
+ content = string.gsub(content,
+ "\n\\ProvidesExplFile{l3debug%.def}{" .. iso .. "}",
+ "\n\\ProvidesExplFile{l3debug.def}{" .. tagname .. "}")
end
if string.match(file,"%.dtx$") or string.match(file,"%.tex$") then
return string.gsub(content,
More information about the latex3-commits
mailing list.