diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-10 21:51:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-10 21:51:05 +0000 |
commit | a39e46a1ed753c64aaa6d8ef30076c58d332686a (patch) | |
tree | 64411f55cc3b3339fcefbff4cdc7d152086e7065 /Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc | |
parent | 01ea6963d7c820da4b3a62d375e83a21f9f5fe91 (diff) |
hyph-utf8 near-universal fmttrigger
git-svn-id: svn://tug.org/texlive/trunk@54227 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc index 4c4b64ca7cb..49cbc633f6a 100644 --- a/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc +++ b/Master/tlpkg/tlpsrc/00texlive.autopatterns.tlpsrc @@ -16,9 +16,6 @@ longdesc See the TeXLive::TLPSRC documentation for more. # These ${global_latex_deps} packages are used by (nearly) all LaTeX variants. # -# After the TL 2020 release, there should be more commonalities between -# latex-bin and latex-bin-dev that we can add here. -# # 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 rebuild the fmt anyway. It's also nice to have it @@ -33,13 +30,13 @@ longdesc See the TeXLive::TLPSRC documentation for more. # # These special cases are also embedded in the tl-check-fmttriggers # code, so we don't get repeatedly warned about them. Maybe someday a -# better approach will present itself. +# better approach will come to mind. # tlpsetvar global_latex_deps babel,cm,hyph-utf8,hyphen-base,\ -latex-fonts,l3backend,l3kernel,tex-ini-files,unicode-data +latex-fonts,l3backend,l3kernel,l3packages,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,\ +tlpsetvar global_luatex_deps cm,etex,hyph-utf8,hyphen-base,knuth-lib,plain,\ tex-ini-files,unicode-data # # Platforms that don't support jit. @@ -48,7 +45,7 @@ tlpsetvar global_no_luajit_platforms x86_64-solaris # We define the Windows platform names here, so we can use ${wndws} in # the patterns, in preparation for supporting w64 in addition to w32, # and perhaps others in the future. The name ${global_wndws} was just -# too long, so we made a super-special case in the code. +# too long, so there is a super-special case in the code. tlpsetvar wndws win32 # It would be ideal to be able to specify the non-jit platforms here, |