[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Actually activate tagging for required (29d6fc5c)
Joseph Wright
joseph.wright at morningstar2.co.uk
Thu Aug 1 14:49:40 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/29d6fc5c7bf3ca31fc237be09e4b726353ec580a
>---------------------------------------------------------------
commit 29d6fc5c7bf3ca31fc237be09e4b726353ec580a
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Aug 1 13:49:40 2019 +0100
Actually activate tagging for required
>---------------------------------------------------------------
29d6fc5c7bf3ca31fc237be09e4b726353ec580a
build-config.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build-config.lua b/build-config.lua
index 75ba781f..92cd8319 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -62,7 +62,7 @@ else
end
-- Detail how to set the version automatically
-update_tag = update_tag or function (file,content,tagname,tagdate)
+function update_tag(file,content,tagname,tagdate)
local year = os.date("%Y")
if string.match(content,"%% Copyright %d%d%d%d%-%d%d%d%d") then
content = string.gsub(content,
More information about the latex3-commits
mailing list