diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-05 22:22:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-05 22:22:31 +0000 |
commit | 080656471afa85d88226044ebd59a9d22529f8d0 (patch) | |
tree | 236db64054f2a4a27ab957a23c9db6634cea6201 /Master/tlpkg/tlpsrc | |
parent | ab261ba95f775746985b4542c78c4492e405ffe5 (diff) |
luahbtex now on all platforms
git-svn-id: svn://tug.org/texlive/trunk@54116 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc | 5 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luahbtex.tlpsrc | 12 |
2 files changed, 2 insertions, 15 deletions
diff --git a/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc b/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc index 38221891f8a..dc1a9d675c8 100644 --- a/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc +++ b/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc @@ -44,7 +44,4 @@ execute AddFormat name=lualatex-dev engine=luahbtex \ options="lualatex.ini" \ fmttriggers=${fmtcomm},${luafmtdeps} -# keep in sync with luahbtex.tlpsrc. -tlpsetvar no_luahb_platforms i386-netbsd -# -binpattern f/!${no_luahb_platforms} bin/${ARCH}/lualatex-dev +binpattern f bin/${ARCH}/lualatex-dev diff --git a/Master/tlpkg/tlpsrc/luahbtex.tlpsrc b/Master/tlpkg/tlpsrc/luahbtex.tlpsrc index 32f11681662..5fa845b259e 100644 --- a/Master/tlpkg/tlpsrc/luahbtex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luahbtex.tlpsrc @@ -1,18 +1,8 @@ category TLCore shortdesc LuaTeX with HarfBuzz library for glyph shaping -# Until TL'20, we only have this for auto-built platforms and Windows, -# via /home/texlive/luahbtmp on tug. -# -# Keep in sync with latex-bin-dev.tlpsrc. -tlpsetvar no_luahb_platforms i386-netbsd -# -binpattern f/!${no_luahb_platforms} bin/${ARCH}/luahbtex +binpattern f bin/${ARCH}/luahbtex -# For the TL'20 release, we should have luahbtex for all platforms. -# For now, on platforms where there is no luahbtex, 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. execute AddFormat name=luahbtex engine=luahbtex \ patterns=language.def,language.dat.lua \ options="luatex.ini" \ |