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