[latex3-commits] [git/LaTeX3-latex3-l3build] master: Shorter list of files to tag (680d793)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Mar 6 16:32:03 CET 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/680d79325497f80c2dca0cbe05d017564acba6c0
>---------------------------------------------------------------
commit 680d79325497f80c2dca0cbe05d017564acba6c0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Mar 6 15:30:24 2018 +0000
Shorter list of files to tag
>---------------------------------------------------------------
680d79325497f80c2dca0cbe05d017564acba6c0
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index 3eefac7..a10159f 100644
--- a/build.lua
+++ b/build.lua
@@ -16,7 +16,7 @@ packtdszip = true
sourcefiles = {"*.dtx", "l3build*.lua", "*.ins"}
typesetcmds = "\\AtBeginDocument{\\DisableImplementation}"
unpackdeps = { }
-tagfiles = {"*.dtx", "*.md", "*.lua"}
+tagfiles = {"l3build.dtx", "*.md", "l3build.lua"}
-- Detail how to set the version automatically
function update_tag(file,content,tagname,tagdate)
More information about the latex3-commits
mailing list