summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-variables.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-variables.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-variables.lua12
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-variables.lua b/Master/texmf-dist/scripts/l3build/l3build-variables.lua
index ffabf3490a7..736df6ae826 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-variables.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-variables.lua
@@ -121,11 +121,13 @@ specialformats.context = specialformats.context or {
pdftex = {binary = "texexec", format = ""},
xetex = {binary = "texexec", format = "", options = "--xetex"}
}
-specialformats.latex = specialformats.latex or {
- etex = {format = "latex"},
- ptex = {binary = "eptex"},
- uptex = {binary = "euptex"}
- }
+specialformats.latex = specialformats.latex or { }
+specialformats.latex.etex = specialformats.latex.etex or
+ {format = "latex"}
+specialformats.latex.ptex = specialformats.latex.ptex or
+ {binary = "eptex"}
+specialformats.latex.uptex = specialformats.latex.uptex or
+ {binary = "euptex"}
if not string.find(status.banner,"2019") then
specialformats.latex.luatex = specialformats.latex.luatex or
{binary = "luahbtex",format = "lualatex"}