texlive[52664] Master/tlpkg/tlpsrc/latex-bin.tlpsrc: (luafmtdeps):

commits+karl at tug.org commits+karl at tug.org
Thu Nov 7 00:29:03 CET 2019


Revision: 52664
          http://tug.org/svn/texlive?view=revision&revision=52664
Author:   karl
Date:     2019-11-07 00:29:03 +0100 (Thu, 07 Nov 2019)
Log Message:
-----------
(luafmtdeps): new variable; include
luaotfload. Use it for all lua*luatex formats.

Modified Paths:
--------------
    trunk/Master/tlpkg/tlpsrc/latex-bin.tlpsrc

Modified: trunk/Master/tlpkg/tlpsrc/latex-bin.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/latex-bin.tlpsrc	2019-11-06 23:25:26 UTC (rev 52663)
+++ trunk/Master/tlpkg/tlpsrc/latex-bin.tlpsrc	2019-11-06 23:29:03 UTC (rev 52664)
@@ -6,6 +6,7 @@
 depend latex
 
 tlpsetvar fmtcomm babel,cm,hyphen-base,latex,latex-fonts,tex-ini-files
+tlpsetvar luafmtdeps unicode-data,luaotfload
 #
 binpattern f bin/${ARCH}/latex
 execute AddFormat name=latex engine=pdftex \
@@ -23,13 +24,13 @@
 execute AddFormat name=dvilualatex engine=luatex \
           patterns=language.dat,language.dat.lua \
           options="dvilualatex.ini" \
-          fmttriggers=${fmtcomm},unicode-data
+          fmttriggers=${fmtcomm},${luafmtdeps}
 #
 binpattern f bin/${ARCH}/lualatex
 execute AddFormat name=lualatex engine=luatex \
           patterns=language.dat,language.dat.lua \
           options="lualatex.ini" \
-          fmttriggers=${fmtcomm},unicode-data
+          fmttriggers=${fmtcomm},${luafmtdeps}
 #
 # disabled-by-default luajitlatex format for experimentation
 # (just PDF until someone wants DVI?):
@@ -37,7 +38,7 @@
 execute AddFormat name=luajitlatex mode=disabled engine=luajittex \
           patterns=language.dat,language.dat.lua \
           options="lualatex.ini" \
-          fmttriggers=${fmtcomm},unicode-data
+          fmttriggers=${fmtcomm},${luafmtdeps}
 
 docpattern f texmf-dist/doc/man/man1/latex.*
 docpattern f texmf-dist/doc/man/man1/dvilualatex.*



More information about the tex-live-commits mailing list