From 6ca1cfa106ec32f97169d8a6f59c36715b84d459 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 17 Apr 2017 23:27:05 +0000 Subject: use our (Akira's) msxlint.exe, not from CTAN; fixmsxpart gone. git-svn-id: svn://tug.org/texlive/trunk@43904 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 2965d908023..70898d1721e 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2945,7 +2945,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'lshort-spanish'=>'lshort-letter.pdf', # a4 is enough 'mandi' => $standardclean . '|\.(lol|tcbtemp|tdo)$',# remakes doc 'mathexam' => 'sample.tex~', - 'musixtnt' => '(msxlint|fixmsxpart)$', # extra binaries + 'musixtnt' => 'msxlint(.exe)?$', # extra binaries 'pkfix-helper' => 'pkfix-helper.pdf', 'placeat' => $standardclean . '|README\.$', 'purifyeps' => 'purifyeps.pdf', @@ -6065,10 +6065,7 @@ sub POSTmusixtex { sub POSTmusixtnt { print "POST$package - preserve binaries, use/remove windows exe\n"; - &POST_preserve_bin ("fixmsxpart", "msxlint"); - # - my $w32bindir = "$TOPDEST/bin/win32"; - &mv_with_mkdir ("msxlint.exe", "fixmsxpart.exe", $w32bindir); + &POST_preserve_bin ("msxlint"); &SYSTEM ("$RM -rf windows"); } @@ -6339,7 +6336,7 @@ sub POST_preserve_bin { } } - # always going to need this anyway. + # always going to need this anyway, may as well do it here. &POST_do_man (); } -- cgit v1.2.3