[latex3-commits] [git/LaTeX3-latex3-luaotfload] v3.15-20200831: remove tests for luahbtex (0300064)
Ulrike Fischer
fischer at troubleshooting-tex.de
Tue Sep 1 00:19:51 CEST 2020
Repository : https://github.com/latex3/luaotfload
On branch : v3.15-20200831
Link : https://github.com/latex3/luaotfload/commit/030006458fa07f0f421a37cc10e6aa4ea3f58b48
>---------------------------------------------------------------
commit 030006458fa07f0f421a37cc10e6aa4ea3f58b48
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date: Tue Sep 1 00:19:51 2020 +0200
remove tests for luahbtex
>---------------------------------------------------------------
030006458fa07f0f421a37cc10e6aa4ea3f58b48
build.lua | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
diff --git a/build.lua b/build.lua
index 0c63055..5555443 100644
--- a/build.lua
+++ b/build.lua
@@ -69,12 +69,6 @@ local ismiktex = string.match (luatexstatus.banner,"MiKTeX")
-- l3build check settings
-local has_hbengine = os.execute(os.type == "unix"
- and "command -v luahbtex > /dev/null"
- or "where /q luahbtex") == 0 or nil
-assert(has_hbengine, "luahbtex is required for latex-dev")
-
-
checkformat = master_branch and "latex" or "latex-dev"
stdengine = "luatex"
@@ -122,7 +116,7 @@ docfiledir = "./doc"
-- documentation
-------------------
-typesetexe = "luahbtex --fmt=lua"..checkformat
+typesetexe = "lua"..checkformat
-- main docu
typesetfiles = {"luaotfload-latex.tex"}
More information about the latex3-commits
mailing list.