[latex3-commits] [latex3/l3build] main: Stick to 'target' (b9d6991)

github at latex-project.org github at latex-project.org
Tue Mar 5 14:34:06 CET 2024


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/b9d699109bf5dc39c63da7c40350da685629ff45

>---------------------------------------------------------------

commit b9d699109bf5dc39c63da7c40350da685629ff45
Author: Joseph Wright <joseph at texdev.net>
Date:   Tue Mar 5 13:34:06 2024 +0000

    Stick to 'target'
    
    At least until/unless we clean up generally.


>---------------------------------------------------------------

b9d699109bf5dc39c63da7c40350da685629ff45
 build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.lua b/build.lua
index d91d136..623b882 100644
--- a/build.lua
+++ b/build.lua
@@ -111,7 +111,7 @@ function  docinit_hook()
   insert(man_t,'.TH ' .. string.upper(module) .. ' 1 "'
     .. readme:sub(date_start,date_end) .. '" "LaTeX"\n')
   insert(man_t,(".SH NAME\n" .. module .. "\n"))
-  insert(man_t,(".SH SYNOPSIS\n Usage " .. module .. " <cmd> [<options>] [<names>]\n"))
+  insert(man_t,(".SH SYNOPSIS\n Usage " .. module .. " <target> [<options>] [<names>]\n"))
   insert(man_t,".SH DESCRIPTION")
 
   local _,desc_start = find(readme,"Overview\n--------")





More information about the latex3-commits mailing list.