[latex3-commits] [latex3/l3build] main: Adopt `l3build.dtx` terminology (98d553f)
github at latex-project.org
github at latex-project.org
Sat Jul 13 18:00:38 CEST 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/98d553f3958afd960f1964fea7d883473168f3ec
>---------------------------------------------------------------
commit 98d553f3958afd960f1964fea7d883473168f3ec
Author: LAURENS Jérôme <jerome.laurens at u-bourgogne.fr>
Date: Thu Jun 27 13:56:48 2024 +0200
Adopt `l3build.dtx` terminology
>---------------------------------------------------------------
98d553f3958afd960f1964fea7d883473168f3ec
l3build-aux.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build-aux.lua b/l3build-aux.lua
index bf0b85c..eea2625 100644
--- a/l3build-aux.lua
+++ b/l3build-aux.lua
@@ -102,7 +102,7 @@ end
--- at param modules table List of modules.
--- at param target string
--- at param opts table
---- at return number 0 on proper termination, a non 0 error code otherwise.
+--- at return number 0 on a successful completion, a non 0 error code otherwise.
--- at see many places, including latex2e/build.lua
--- at usage Public
function call(modules, target, opts)
@@ -155,7 +155,7 @@ end
---Unpack the given dependencies.
---A dependency is the path of a directory relative to the main one.
--- at param deps table regular array of dependencies.
---- at return number 0 on proper termination, a non 0 error code otherwise.
+--- at return number 0 on a successful completion, a non 0 error code otherwise.
--- at see stdmain, check, unpack, typesetting
--- at usage Private?
function dep_install(deps)
More information about the latex3-commits
mailing list.