[latex3-commits] [git/LaTeX3-latex3-l3build] master: use new stdmain interface for ctanupload (589332e)
Will Robertson
will at wspr.io
Tue Dec 18 13:45:20 CET 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/589332e021076095645693514b36766391dfbd01
>---------------------------------------------------------------
commit 589332e021076095645693514b36766391dfbd01
Author: Will Robertson <wspr81 at gmail.com>
Date: Fri Dec 7 11:04:30 2018 +1030
use new stdmain interface for ctanupload
>---------------------------------------------------------------
589332e021076095645693514b36766391dfbd01
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