diff options
author | Karl Berry <karl@freefriends.org> | 2019-12-23 20:32:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-12-23 20:32:38 +0000 |
commit | c3e39e899206e8fa4dc6636f5e90c1f568634428 (patch) | |
tree | abb9769b5ff0aa792ba6f85e5cab0a2e9b2f02f3 /Master/tlpkg/tlpsrc/latex-bin.tlpsrc | |
parent | 8e0008903f054fd90b7f44ee8aaeb6b4dc6644a7 (diff) |
allow global_tlpvars to be set in autopatterns and used across other packages; define globals for common dependencies; doc updates
git-svn-id: svn://tug.org/texlive/trunk@53216 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/latex-bin.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/latex-bin.tlpsrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc index 323e59b6344..c388060f25d 100644 --- a/Master/tlpkg/tlpsrc/latex-bin.tlpsrc +++ b/Master/tlpkg/tlpsrc/latex-bin.tlpsrc @@ -1,12 +1,12 @@ category TLCore shortdesc LaTeX executables and man pages -# + # we must depend on latex, not the other way around, to ensure that all # 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 +# cf. latex-bin-dev.tlpsrc. +tlpsetvar fmtcomm ${global_latex_deps},latex,tex-ini-files tlpsetvar nonluafmtdeps dehyph,latexconfig tlpsetvar luafmtdeps unicode-data,luaotfload |