[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct tagging of backend files (fd9b6bb2e)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Feb 3 20:54:33 CET 2020
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/fd9b6bb2e9d5017e1864ac3e446ff0993b5d5e4a
>---------------------------------------------------------------
commit fd9b6bb2e9d5017e1864ac3e446ff0993b5d5e4a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Feb 3 19:54:33 2020 +0000
Correct tagging of backend files
>---------------------------------------------------------------
fd9b6bb2e9d5017e1864ac3e446ff0993b5d5e4a
l3backend/build.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3backend/build.lua b/l3backend/build.lua
index e4552c8a3..f98a65f21 100644
--- a/l3backend/build.lua
+++ b/l3backend/build.lua
@@ -46,9 +46,9 @@ function update_tag(file,content,tagname,tagdate)
year - 2 .. "," .. year - 1 .. "," .. year,
year - 2 .. "-" .. year)
end
- if string.match(file,"l3backend-basics%.dtx$") then
+ if string.match(file,"l3backend%-basics%.dtx$") then
content = string.gsub(content,
- "\n ({l3%w+%.def}){" .. iso .. "}",
+ "\n ({l3backend%-%w+%.def}){" .. iso .. "}",
"\n %1{" .. tagname .. "}")
end
if string.match(file,"%.dtx$") or string.match(file,"%.tex$") then
More information about the latex3-commits
mailing list.