summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-ctan.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-08-07 22:07:07 +0000
committerKarl Berry <karl@freefriends.org>2018-08-07 22:07:07 +0000
commit3a62e05a651e7f80170acb4e0d3cf121b85a7f7b (patch)
treec81234acbbe18eff451a537c5456a8ae72f979e9 /Master/texmf-dist/scripts/l3build/l3build-ctan.lua
parent706448acbd096e1a59cb987e8352abdd43624ebe (diff)
l3build (7aug18)
git-svn-id: svn://tug.org/texlive/trunk@48367 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-ctan.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-ctan.lua7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-ctan.lua b/Master/texmf-dist/scripts/l3build/l3build-ctan.lua
index 9d29f63f1c7..f1e0757e9b0 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-ctan.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-ctan.lua
@@ -55,7 +55,12 @@ function copyctan()
end
end
--- Standard versions of the main targets for building modules
+function bundlectan()
+ local errorlevel = install_files(tdsdir,true)
+ if errorlevel ~=0 then return errorlevel end
+ copyctan()
+ return 0
+end
function ctan()
-- Always run tests for all engines