summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/luahbtex.tlpsrc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-11-17 17:05:39 +0000
committerKarl Berry <karl@freefriends.org>2019-11-17 17:05:39 +0000
commitfb86552bbda96c8dc252a08c2cfee23497f8b81d (patch)
treeadac4475a92f048a802f82f87044b78d9e55e16d /Master/tlpkg/tlpsrc/luahbtex.tlpsrc
parent67a8f35d803320fb317eb344f0b4e81f10111b28 (diff)
split luahbtex to its own package; update man pages
git-svn-id: svn://tug.org/texlive/trunk@52830 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/luahbtex.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/luahbtex.tlpsrc25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/luahbtex.tlpsrc b/Master/tlpkg/tlpsrc/luahbtex.tlpsrc
new file mode 100644
index 00000000000..4b5717ed441
--- /dev/null
+++ b/Master/tlpkg/tlpsrc/luahbtex.tlpsrc
@@ -0,0 +1,25 @@
+# before the TL'20 release, let's include luahbtex here.
+# We only have it for auto-built platforms and Windows,
+# via /home/texlive/luahbtmp on tug.
+#
+# Keep in sync with latex-bin-dev.tlpsrc
+tlpsetvar no_luahb_platforms \
+ amd64-netbsd,armhf-linux,i386-cygwin,i386-netbsd,x86_64-cygwin
+#
+binpattern f/!${no_luahb_platforms} bin/${ARCH}/luahbtex
+
+# must keep in sync with luatex.tlpsrc.
+tlpsetvar fmtdeps cm,etex,hyphen-base,knuth-lib,plain,tex-ini-files,\
+unicode-data
+
+# 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" \
+ fmttriggers=${fmtdeps}
+
+# can't have luahbtex without luatex.
+depend luatex