[latex3-commits] [git/LaTeX3-latex3-latex3] master: Remove old setversion target from top-level script (d86f248)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Oct 28 19:11:43 CET 2018
Repository : https://github.com/latex3/latex3
On branch : master
Link : https://github.com/latex3/latex3/commit/d86f24879355a6ae7c81f2a88dba2d02e1394a74
>---------------------------------------------------------------
commit d86f24879355a6ae7c81f2a88dba2d02e1394a74
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Oct 28 18:11:43 2018 +0000
Remove old setversion target from top-level script
>---------------------------------------------------------------
d86f24879355a6ae7c81f2a88dba2d02e1394a74
build.lua | 2 --
1 file changed, 2 deletions(-)
diff --git a/build.lua b/build.lua
index b2bcc69..97239ca 100644
--- a/build.lua
+++ b/build.lua
@@ -41,8 +41,6 @@ function main(target)
errorlevel = call(bundles, "doc")
elseif target == "install" then
errorlevel = call (bundles, "install")
- elseif target == "setversion" then
- errorlevel = call(bundles, "setversion")
elseif target == "uninstall" then
errorlevel = call(bundles,"uninstall")
elseif target == "unpack" then
More information about the latex3-commits
mailing list