[latex3-commits] [latex3/l3sys-query] main: Need to run using texlua to extract help for man (b7f905b)

github at latex-project.org github at latex-project.org
Wed Apr 3 16:10:55 CEST 2024


Repository : https://github.com/latex3/l3sys-query
On branch  : main
Link       : https://github.com/latex3/l3sys-query/commit/b7f905b1a7c4e00e49da501b761ac3539fe90629

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

commit b7f905b1a7c4e00e49da501b761ac3539fe90629
Author: Joseph Wright <joseph at texdev.net>
Date:   Wed Apr 3 15:10:55 2024 +0100

    Need to run using texlua to extract help for man


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

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

diff --git a/build.lua b/build.lua
index ed7fcd4..aabf8e7 100644
--- a/build.lua
+++ b/build.lua
@@ -31,7 +31,7 @@ function  docinit_hook()
   local overview = readme:sub(desc_start + 2,desc_end - 2):gsub("[`_]","")
   insert(man_t,overview)
 
-  local cmd = "./" .. module .. ".lua --help"
+  local cmd = "texlua ./" .. module .. ".lua --help"
   local f = assert(io.popen(cmd,"r"))
   local help_text = assert(f:read("*a"))
   f:close()





More information about the latex3-commits mailing list.