diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-03 23:24:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-03 23:24:42 +0000 |
commit | df4fa7852addda5e7bd65587f7d52c89fa9ada9a (patch) | |
tree | 2f0caf6b83cc6ee34b69669ffdfd788e2d730e5a /Master/tlpkg/tlpsrc | |
parent | e0cf1c6f0003d2d2504e786112d1f3132d7ab17a (diff) |
make hyph-utf8 a trigger, do not complain about unnecessary l3backend trigger
git-svn-id: svn://tug.org/texlive/trunk@54057 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc index e2cc8436b72..2d5d679d740 100644 --- a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc @@ -21,7 +21,7 @@ longdesc See the TeXLive::TLPSRC documentation for more. # # l3backend is not actually read when the .fmt is made (by design), but # it is used by the l3kernel code that is in the .fmt. It seems safer in -# practice to just be sure we rebuild the fmt as needed, and have it +# practice to just rebuild the fmt anyway. It's also nice to have it # (l3backend) as an implicit dependency, by listing it here. # # tex-ini-files is not used by the e(u)ptex-based formats or eplain, but @@ -35,8 +35,8 @@ longdesc See the TeXLive::TLPSRC documentation for more. # code, so we don't get repeatedly warned about them. Maybe someday a # better approach will present itself. # -tlpsetvar global_latex_deps babel,cm,hyphen-base,latex-fonts,l3backend,\ -l3kernel,tex-ini-files,unicode-data +tlpsetvar global_latex_deps babel,cm,hypf-utf8,hyphen-base,\ +latex-fonts,l3backend,l3kernel,tex-ini-files,unicode-data # # These packages are used by all LuaTeX variants - luatex, luajittex, luahbtex. tlpsetvar global_luatex_deps cm,etex,hyphen-base,knuth-lib,plain,\ |