summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/latex-bin-dev.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/latex-bin-dev.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/latex-bin-dev.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc17
1 files changed, 8 insertions, 9 deletions
diff --git a/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc b/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc
index edb82bede88..8641837fffc 100644
--- a/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc
+++ b/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc
@@ -4,6 +4,7 @@ longdesc See the latex-base-dev package for information.
# ensure files and engines are installed before we are run.
depend luatex
+depend luahbtex
depend pdftex
depend latexconfig
depend latex-fonts
@@ -11,20 +12,24 @@ depend latex-fonts
depend latex-base-dev
depend latex-graphics-dev
+docpattern f texmf-dist/doc/man/man1/*latex-dev.*
+
+# Keep these variables in sync with latex-bin.tlpsrc.
tlpsetvar fmtcomm babel,cm,hyphen-base,latex-base-dev,latex-fonts,tex-ini-files
+tlpsetvar nonluafmtdeps dehyph,latexconfig
tlpsetvar luafmtdeps unicode-data,luaotfload
binpattern f bin/${ARCH}/latex-dev
execute AddFormat name=latex-dev engine=pdftex \
patterns=language.dat \
options="-translate-file=cp227.tcx *latex.ini" \
- fmttriggers=${fmtcomm},dehyph,latexconfig
+ fmttriggers=${fmtcomm},${nonluafmtdeps}
#
binpattern f bin/${ARCH}/pdflatex-dev
execute AddFormat name=pdflatex-dev engine=pdftex \
patterns=language.dat \
options="-translate-file=cp227.tcx *pdflatex.ini" \
- fmttriggers=${fmtcomm},dehyph,latexconfig
+ fmttriggers=${fmtcomm},${nonluafmtdeps}
#
binpattern f bin/${ARCH}/dvilualatex-dev
execute AddFormat name=dvilualatex-dev engine=luatex \
@@ -38,14 +43,8 @@ execute AddFormat name=lualatex-dev engine=luahbtex \
options="lualatex.ini" \
fmttriggers=${fmtcomm},${luafmtdeps}
-docpattern f texmf-dist/doc/man/man1/latex-dev.*
-
-# 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 luahbtex.tlpsrc.
tlpsetvar no_luahb_platforms \
amd64-netbsd,armhf-linux,i386-cygwin,i386-netbsd,x86_64-cygwin
#
-binpattern f/!${no_luahb_platforms} bin/${ARCH}/luahbtex
binpattern f/!${no_luahb_platforms} bin/${ARCH}/lualatex-dev