[latex3-commits] [git/LaTeX3-latex3-l3build] ctan-post: use new stdmain interface for ctanupload (b964532)
Will Robertson
wspr81 at gmail.com
Fri Dec 7 01:34:30 CET 2018
Repository : https://github.com/latex3/l3build
On branch : ctan-post
Link : https://github.com/latex3/l3build/commit/b964532517729baa54ce4d9a76de87f5c086f62d
>---------------------------------------------------------------
commit b964532517729baa54ce4d9a76de87f5c086f62d
Author: Will Robertson <wspr81 at gmail.com>
Date: Fri Dec 7 11:04:30 2018 +1030
use new stdmain interface for ctanupload
>---------------------------------------------------------------
b964532517729baa54ce4d9a76de87f5c086f62d
l3build-stdmain.lua | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/l3build-stdmain.lua b/l3build-stdmain.lua
index 26a229c..a466e68 100644
--- a/l3build-stdmain.lua
+++ b/l3build-stdmain.lua
@@ -86,6 +86,11 @@ target_list =
desc = "Create CTAN-ready archive",
func = ctan
},
+ ctanupload =
+ {
+ desc = "Send archive to CTAN for public release",
+ func = ctan_upload
+ },
doc =
{
desc = "Typesets all documentation files",
More information about the latex3-commits
mailing list