[latex3-commits] [git/LaTeX3-latex3-latex3] master: Correct l3backend tagging (1036a0bd5)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Oct 14 00:36:49 CEST 2019


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/1036a0bd5414b70690c963d5dfc04ceccb647233

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

commit 1036a0bd5414b70690c963d5dfc04ceccb647233
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 13 23:36:49 2019 +0100

    Correct l3backend tagging


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

1036a0bd5414b70690c963d5dfc04ceccb647233
 l3backend/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3backend/build.lua b/l3backend/build.lua
index 4e7116f44..2d42aea4e 100644
--- a/l3backend/build.lua
+++ b/l3backend/build.lua
@@ -43,7 +43,7 @@ function update_tag(file,content,tagname,tagdate)
      year - 2 .. "," .. year - 1 .. "," .. year,
      year - 2 .. "-" .. year)
   end
-  if string.match(file,"l3backend%.dtx$") then
+  if string.match(file,"l3backend-basics%.dtx$") then
     content = string.gsub(content,
       "\n  ({l3%w+%.def}){" .. iso .. "}",
       "\n  %1{" .. tagname .. "}")





More information about the latex3-commits mailing list