From bd5b43f63ab8e918c04773c7f9f2b2d7ad989349 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 3 Jun 2008 16:42:13 +0000 Subject: mkjobtexmf wrapper; do not complain about Windows tex4ht .bat files git-svn-id: svn://tug.org/texlive/trunk@8524 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/check-wrapper-consistency | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'Master/tlpkg/bin/check-wrapper-consistency') diff --git a/Master/tlpkg/bin/check-wrapper-consistency b/Master/tlpkg/bin/check-wrapper-consistency index 0890b16dc78..3a0b4afe573 100755 --- a/Master/tlpkg/bin/check-wrapper-consistency +++ b/Master/tlpkg/bin/check-wrapper-consistency @@ -42,15 +42,11 @@ sub main $w{'updmap'} = 1; $w{'updmap-sys'} = 1; - # these can be removed after we update all i386-linux binaries. - $w{'texindy'} = 1; - $w{'xindy'} = 1; - my $srcdir = "$Master/../Build/source/texk/texlive"; $cww = "$srcdir/tl-w32-starter.bat"; $err += &check_w32 ("win32", $cww, %w); - # one more. + # one more, the wrapper itself. $err += system ("cmp win32/tl-w32-wrapper.texlua" . " $srcdir/tl-w32-wrapper.texlua"); @@ -104,8 +100,10 @@ sub check_w32 my $diff = 0; for my $k (sort keys %uw) { - $diff += system ("cmp $w32dir/$k.bat $w32canonical"); #print "$k -> $uw{$k}\n"; + # the tex4ht entries are real .bat scripts on Windows. + next if $uw{$k} =~ /tex4ht/; + $diff += system ("cmp $w32dir/$k.bat $w32canonical"); } return $diff; -- cgit v1.2.3