diff --git a/build.lua b/build.lua index ae225c4..98024f5 100644 --- a/build.lua +++ b/build.lua @@ -38,7 +38,7 @@ end -- l3build tag x.x.x -- Simple tagging, copyright information needs manual update. -tagfiles = {"*.dtx","presenter-doc.tex"} +tagfiles = {"*.dtx","presenter-code.tex"} function update_tag(file, content, tagname, tagdate) local iso = "%d%d%d%d%-%d%d%-%d%d" local ver = "%d.%d.%d"