texlive[59501] Master/tlpkg/bin/tl-check-fmttriggers:
commits+karl at tug.org
commits+karl at tug.org
Sun Jun 6 23:21:23 CEST 2021
Revision: 59501
http://tug.org/svn/texlive?view=revision&revision=59501
Author: karl
Date: 2021-06-06 23:21:23 +0200 (Sun, 06 Jun 2021)
Log Message:
-----------
(compare_pkgs_and_triggers): don't worry about
the pdftex package not being listed as a trigger.
Modified Paths:
--------------
trunk/Master/tlpkg/bin/tl-check-fmttriggers
Modified: trunk/Master/tlpkg/bin/tl-check-fmttriggers
===================================================================
--- trunk/Master/tlpkg/bin/tl-check-fmttriggers 2021-06-06 20:55:47 UTC (rev 59500)
+++ trunk/Master/tlpkg/bin/tl-check-fmttriggers 2021-06-06 21:21:23 UTC (rev 59501)
@@ -306,6 +306,9 @@
# 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) {
More information about the tex-live-commits
mailing list.