summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2024-04-17 19:39:10 +0000
committerKarl Berry <karl@freefriends.org>2024-04-17 19:39:10 +0000
commit1185eb4874bd1aa65d062dcde3248ed1302435f8 (patch)
treedcf13a79948ac1cde35895ce637cda5cd0541afb /Build
parent616593868207a1d80dfacaee26644da0a27af535 (diff)
texfot (17apr24)
git-svn-id: svn://tug.org/texlive/trunk@70969 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/source/texk/texlive/linked_scripts/texfot/texfot.pl7
1 files changed, 4 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl b/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl
index 6ab601f08c6..9e59dcf3d2f 100755
--- a/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl
+++ b/Build/source/texk/texlive/linked_scripts/texfot/texfot.pl
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-# $Id: texfot,v 1.50 2023/08/29 15:20:57 karl Exp $
+# $Id: texfot,v 1.53 2024/04/17 16:52:12 karl Exp $
# Invoke a TeX command, filtering all but interesting terminal output;
# do not look at the log or check any output files.
# Exit status is that of the subprogram.
@@ -8,7 +8,7 @@
#
# Public domain. Originally written 2014 by Karl Berry.
-my $ident = '$Id: texfot,v 1.50 2023/08/29 15:20:57 karl Exp $';
+my $ident = '$Id: texfot,v 1.53 2024/04/17 16:52:12 karl Exp $';
(my $prg = $0) =~ s,^.*/,,;
select STDERR; $| = 1; # no buffering
select STDOUT; $| = 1;
@@ -147,6 +147,7 @@ sub process_output {
LaTeX\ Warning:\ You\ have\ requested\ package
|LaTeX\ Font\ Warning:\ Some\ font\ shapes
|LaTeX\ Font\ Warning:\ Size\ substitutions
+ |Module\ luamplib\ Warning:\ This\ is\ MetaPost
|Package\ auxhook\ Warning:\ Cannot\ patch
|Package\ biditools\ Warning:\ Patching
|Package\ caption\ Warning:\ Un(supported|known)\ document\ class
@@ -471,6 +472,6 @@ are released to the public domain. Email C<karl@freefriends.org> with
bug reports. It has no home page beyond the package page on CTAN:
L<https://ctan.org/pkg/texfot>.
- $Id: texfot,v 1.50 2023/08/29 15:20:57 karl Exp $
+ $Id: texfot,v 1.53 2024/04/17 16:52:12 karl Exp $
=cut