texlive[52665] Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc:
commits+karl at tug.org
commits+karl at tug.org
Thu Nov 7 00:32:11 CET 2019
Revision: 52665
http://tug.org/svn/texlive?view=revision&revision=52665
Author: karl
Date: 2019-11-07 00:32:11 +0100 (Thu, 07 Nov 2019)
Log Message:
-----------
(luafmtdeps): new variable; include luaotfload.
Use it for the *lualatex-dev formats.
Modified Paths:
--------------
trunk/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc
Modified: trunk/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc
===================================================================
--- trunk/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc 2019-11-06 23:29:03 UTC (rev 52664)
+++ trunk/Master/tlpkg/tlpsrc/latex-bin-dev.tlpsrc 2019-11-06 23:32:11 UTC (rev 52665)
@@ -10,11 +10,10 @@
#
depend latex-base-dev
depend latex-graphics-dev
-# latex-doc-dev is installed along with latex-base-dev,
-# since they unpack into the same directories.
tlpsetvar fmtcomm babel,cm,hyphen-base,latex-base-dev,latex-fonts,tex-ini-files
-#
+tlpsetvar luafmtdeps unicode-data,luaotfload
+
binpattern f bin/${ARCH}/latex-dev
execute AddFormat name=latex-dev engine=pdftex \
patterns=language.dat \
@@ -31,12 +30,12 @@
execute AddFormat name=dvilualatex-dev engine=luatex \
patterns=language.dat,language.dat.lua \
options="dvilualatex.ini" \
- fmttriggers=${fmtcomm},unicode-data
+ fmttriggers=${fmtcomm},${luafmtdeps}
#
binpattern f bin/${ARCH}/lualatex-dev
execute AddFormat name=lualatex-dev engine=luatex \
patterns=language.dat,language.dat.lua \
options="lualatex.ini" \
- fmttriggers=${fmtcomm},unicode-data
+ fmttriggers=${fmtcomm},${luafmtdeps}
docpattern f texmf-dist/doc/man/man1/latex-dev.*
More information about the tex-live-commits
mailing list