[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Enable auto-tagging in base (8f8f9f88)
Joseph Wright
joseph.wright at morningstar2.co.uk
Tue Jul 23 15:53:39 CEST 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/8f8f9f888203f46a2ffeef0ae9ef0eed34d1c7a1
>---------------------------------------------------------------
commit 8f8f9f888203f46a2ffeef0ae9ef0eed34d1c7a1
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Tue Jul 23 14:53:39 2019 +0100
Enable auto-tagging in base
>---------------------------------------------------------------
8f8f9f888203f46a2ffeef0ae9ef0eed34d1c7a1
base/build.lua | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/base/build.lua b/base/build.lua
index a68e2e49..251edbed 100644
--- a/base/build.lua
+++ b/base/build.lua
@@ -111,7 +111,7 @@ unpackdeps = { }
indexstyle = "source2e.ist"
-- Allow for TU test
-checkconfigs = {"build","config-TU","config-legacy"}
+checkconfigs = {"build","config-TU"}
function format ()
local errorlevel = unpack ()
@@ -229,6 +229,8 @@ function main (target, file, engine)
else
help ()
end
+ elseif target == "tag" then
+ errorlevel = tag(file,engine)
elseif target == "unpack" then
-- A simple way to have the unpack target also build the format
errorlevel = format ()
More information about the latex3-commits
mailing list