summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/luajittex.tlpsrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlpsrc/luajittex.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/luajittex.tlpsrc15
1 files changed, 14 insertions, 1 deletions
diff --git a/Master/tlpkg/tlpsrc/luajittex.tlpsrc b/Master/tlpkg/tlpsrc/luajittex.tlpsrc
index 87558d84039..98a293eaf6a 100644
--- a/Master/tlpkg/tlpsrc/luajittex.tlpsrc
+++ b/Master/tlpkg/tlpsrc/luajittex.tlpsrc
@@ -1,19 +1,32 @@
category TLCore
-shortdesc LuaTeX with just-in-time (jit) compiler
+shortdesc LuaTeX with just-in-time (jit) compiler, with and without HarfBuzz
# must keep in sync with mflua.tlpsrc.
tlpsetvar no_luajit_platforms x86_64-solaris
#
+# this should become redundant with no_luajit_platforms after all the
+# 2020 builds are in.
+tlpsetvar no_luajithb_platforms \
+armhf-linux,i386-cygwin,i386-netbsd,x86_64-cywin,x86_64-solaris
+#
+# Two engines plus texlua* links.
binpattern f/!${no_luajit_platforms} bin/${ARCH}/luajittex
binpattern f/!${no_luajit_platforms} bin/${ARCH}/texluajit
binpattern f/!${no_luajit_platforms} bin/${ARCH}/texluajitc
+binpattern f/!${no_luajithb_platforms} bin/${ARCH}/luajithbtex
#
+# Windows has additional .dll files as usual. The .exe are matched above.
binpattern f bin/win32/luajit51.dll
binpattern f bin/win32/luajittex.dll
+binpattern f bin/win32/luajithbtex.dll
#
binpattern f/i386-cygwin bin/i386-cygwin/cygtexluajit*.dll
binpattern f/x86_64-cygwin bin/x86_64-cygwin/cygtexluajit*.dll
+# luajittex.1 (non-hb) is matched by the package name, so no need to
+# mention that explicitly.
+docpattern +f texmf-dist/doc/man/man1/luajithbtex.*
+
# On platforms where there is no luajittex, it will be ignored
# due to the special --no-error-if-no-engine option in fmtutil,
# invoked by specifications in TLConfig.pm and tlmgr.pl.