summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-check-fmttriggers
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-02-18 18:26:01 +0000
committerKarl Berry <karl@freefriends.org>2024-02-18 18:26:01 +0000
commitac1e59d40fecff5f1039a5ae2de7e10d530571b9 (patch)
tree09ec284da3ddc34f7e7384fb0f10204893d42060 /Master/tlpkg/bin/tl-check-fmttriggers
parent06fe0e0b222288876e0775bdab3ef9c415b9fdde (diff)
Remove now-unneeded core latex dependencies:
latex.tlpsrc: remove all dependencies. 00texlive.autopatterns.tlpsrc (global_latex_deps): remove everyshi, l3packages. tl-check-fmttriggers (compare_pkgs_and_triggers): don't include those in skip_tlpdb. From Joseph Wright, see thread at https://tug.org/pipermail/tex-live/2024-February/049968.html. git-svn-id: svn://tug.org/texlive/trunk@69959 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-check-fmttriggers')
-rwxr-xr-xMaster/tlpkg/bin/tl-check-fmttriggers4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-check-fmttriggers b/Master/tlpkg/bin/tl-check-fmttriggers
index bfd30759372..5374489806c 100755
--- a/Master/tlpkg/bin/tl-check-fmttriggers
+++ b/Master/tlpkg/bin/tl-check-fmttriggers
@@ -344,8 +344,8 @@ sub compare_pkgs_and_triggers {
# luaotfload doesn't show up in the recorder output,
# unfortunately. It's used in the lualatex patterns.
#
- my @skip_tlpdb = qw(atbegshi atveryend everyshi
- firstaid l3backend l3kernel l3packages latex
+ my @skip_tlpdb = qw(atbegshi atveryend
+ firstaid l3backend l3kernel latex
luaotfload
tex-ini-files unicode-data);
my %skip_tlpdb; @skip_tlpdb{@skip_tlpdb} = 1; # make into hash