[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: More work on deployment (7ef84f77)
Joseph Wright
joseph.wright at morningstar2.co.uk
Mon Nov 18 19:07:28 CET 2019
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/7ef84f775785ff615d9a9d63ecbd1dfab56bdf33
>---------------------------------------------------------------
commit 7ef84f775785ff615d9a9d63ecbd1dfab56bdf33
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Mon Nov 18 18:07:28 2019 +0000
More work on deployment
>---------------------------------------------------------------
7ef84f775785ff615d9a9d63ecbd1dfab56bdf33
build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.lua b/build.lua
index 1dd280d0..c135e9b6 100644
--- a/build.lua
+++ b/build.lua
@@ -39,7 +39,7 @@ function main (target)
end
-- Avoid inter-bundle issues
for _,v in ipairs(t) do
- cleandir(builddir)
+ if target == "ctan" then call({v},"clean") end
local errorlevel = call({v},target)
if errorlevel ~= 0 then return errorlevel end
end
More information about the latex3-commits
mailing list