summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/util-env.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2019-02-14 18:39:39 +0100
committerContext Git Mirror Bot <phg@phi-gamma.net>2019-02-14 18:39:39 +0100
commit70a938c4934f042face9805fc4c392c0676b11d5 (patch)
treed52842123c68d63c101ba5b2d1de41c0908c9b9e /tex/context/base/mkiv/util-env.lua
parent416dffef7b9d3f8db26b614588f2e63d7f5db89f (diff)
downloadcontext-70a938c4934f042face9805fc4c392c0676b11d5.tar.gz
2019-02-14 17:05:00
Diffstat (limited to 'tex/context/base/mkiv/util-env.lua')
-rw-r--r--tex/context/base/mkiv/util-env.lua18
1 files changed, 7 insertions, 11 deletions
diff --git a/tex/context/base/mkiv/util-env.lua b/tex/context/base/mkiv/util-env.lua
index 1ff4c7f23..cadfb7ac5 100644
--- a/tex/context/base/mkiv/util-env.lua
+++ b/tex/context/base/mkiv/util-env.lua
@@ -72,20 +72,16 @@ end
-- dirty tricks (we will replace the texlua call by luatex --luaonly)
local validengines = allocate {
- ["luatex"] = true,
- ["luajittex"] = true,
- -- ["luatex.exe"] = true,
- -- ["luajittex.exe"] = true,
+ ["luatex"] = true,
+ ["luajittex"] = true,
}
local basicengines = allocate {
- ["luatex"] = "luatex",
- ["texlua"] = "luatex",
- ["texluac"] = "luatex",
- ["luajittex"] = "luajittex",
- ["texluajit"] = "luajittex",
- -- ["texlua.exe"] = "luatex",
- -- ["texluajit.exe"] = "luajittex",
+ ["luatex"] = "luatex",
+ ["texlua"] = "luatex", -- obsolete
+ ["texluac"] = "luatex", -- obsolete
+ ["luajittex"] = "luajittex",
+ ["texluajit"] = "luajittex", -- obsolete
}
local luaengines = allocate {