diff options
author | Karl Berry <karl@freefriends.org> | 2021-06-06 21:21:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-06-06 21:21:23 +0000 |
commit | 032c4ff311f35403b2e402b664978e6fe3f6bb14 (patch) | |
tree | fdae3a8a85ac2d363805b901c28c37126278c3f9 | |
parent | 52c309bdcd83b8d5aec211413f4a95a3be5f347c (diff) |
(compare_pkgs_and_triggers): don't worry about
the pdftex package not being listed as a trigger.
git-svn-id: svn://tug.org/texlive/trunk@59501 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/tlpkg/bin/tl-check-fmttriggers | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/bin/tl-check-fmttriggers b/Master/tlpkg/bin/tl-check-fmttriggers index 90fb4131d2b..4f46229fd85 100755 --- a/Master/tlpkg/bin/tl-check-fmttriggers +++ b/Master/tlpkg/bin/tl-check-fmttriggers @@ -306,6 +306,9 @@ sub compare_pkgs_and_triggers { # change, fmtutil should get called anyway due to language.* changing. my @skip_recorded = qw(dehyph-exptl ruhyphen ukrhyph); # + # similarly for this engine. + push (@skip_recorded, "pdftex"); + # # Anything matching hyphen-.* is also ignored, but not hyph-utf8. for my $ef (sort keys %$pkgs_per_format) { |