summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/latex-bin.tlpsrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlpsrc/latex-bin.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/latex-bin.tlpsrc15
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc
index b44d303849e..323e59b6344 100644
--- a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc
+++ b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc
@@ -5,34 +5,35 @@ shortdesc LaTeX executables and man pages
# files are installed before we try to make the formats.
depend latex
+# Keep these variables in sync with latex-bin-dev.tlpsrc.
tlpsetvar fmtcomm babel,cm,hyphen-base,latex,latex-fonts,tex-ini-files
+tlpsetvar nonluafmtdeps dehyph,latexconfig
tlpsetvar luafmtdeps unicode-data,luaotfload
+docpattern f texmf-dist/doc/man/man1/latex.*
binpattern f bin/${ARCH}/latex
execute AddFormat name=latex engine=pdftex \
patterns=language.dat \
options="-translate-file=cp227.tcx *latex.ini" \
- fmttriggers=${fmtcomm},dehyph,latexconfig
+ fmttriggers=${fmtcomm},${nonluafmtdeps}
#
+docpattern f texmf-dist/doc/man/man1/pdflatex.*
binpattern f bin/${ARCH}/pdflatex
execute AddFormat name=pdflatex engine=pdftex \
patterns=language.dat \
options="-translate-file=cp227.tcx *pdflatex.ini" \
- fmttriggers=${fmtcomm},dehyph,latexconfig
+ fmttriggers=${fmtcomm},${nonluafmtdeps}
#
+docpattern f texmf-dist/doc/man/man1/dvilualatex.*
binpattern f bin/${ARCH}/dvilualatex
execute AddFormat name=dvilualatex engine=luatex \
patterns=language.dat,language.dat.lua \
options="dvilualatex.ini" \
fmttriggers=${fmtcomm},${luafmtdeps}
#
+docpattern f texmf-dist/doc/man/man1/lualatex.*
binpattern f bin/${ARCH}/lualatex
execute AddFormat name=lualatex engine=luatex \
patterns=language.dat,language.dat.lua \
options="lualatex.ini" \
fmttriggers=${fmtcomm},${luafmtdeps}
-
-docpattern f texmf-dist/doc/man/man1/latex.*
-docpattern f texmf-dist/doc/man/man1/dvilualatex.*
-docpattern f texmf-dist/doc/man/man1/lualatex.*
-docpattern f texmf-dist/doc/man/man1/pdflatex.*