From 511438505ac8730e94c0fb8e74b179505f1c2ba9 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 16 Mar 2020 18:10:37 +0000 Subject: Usual fmttrigger tweaks. 00texlive.autopatterns.tlpsrc (global_latex_deps, global_luatex_deps): remove hyph-utf8; turns out relatively few formats depend on that package, though almost everything depends on files under the hyph-utf8/ directory (but included in other packages). xelatex-dev.tlpsrc: use ${global_latex_deps}. tl-check-fmttriggers: doc. git-svn-id: svn://tug.org/texlive/trunk@54352 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-check-fmttriggers | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/tlpkg/bin/tl-check-fmttriggers') diff --git a/Master/tlpkg/bin/tl-check-fmttriggers b/Master/tlpkg/bin/tl-check-fmttriggers index 24535739cd3..6cf998dc6cc 100755 --- a/Master/tlpkg/bin/tl-check-fmttriggers +++ b/Master/tlpkg/bin/tl-check-fmttriggers @@ -61,7 +61,7 @@ sub main { # no interference from TEXMFHOME, etc. $ENV{'TEXMFHOME'} = "/nonesuch-home"; $ENV{'TEXMFVAR'} = "/nonesuch-uvar"; - $ENV{'TEXMFCONFIG'} = "/nonesuch-config"; + $ENV{'TEXMFCONFIG'} = "/nonesuch-uconfig"; $ENV{'TEXMFLOCAL'} = "/nonesuch-local"; if ($opt_rerecord && ! $opt_analyze) { # remake recorder files? @@ -136,7 +136,7 @@ sub files_per_format { my @fls = (); my $recorder_files = sub { # fun with perl: we use an anonymous sub because it's lexically scoped, - # hence we can update a my variable inside. Explanation at, e.g., + # hence we can update a my variable (@fls) inside. Explanation at, e.g., # http://stackoverflow.com/questions/8839005 # In this case, we could also pass a lambda sub to find, since # this sub is so simple, but for purposes of example, do it this way. @@ -403,7 +403,7 @@ __END__ =head1 NAME -check-fmttriggers - check that all needed packages trigger format rebuilds +tl-check-fmttriggers - check that all needed packages trigger format rebuilds =head1 SYNOPSIS -- cgit v1.2.3