summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-17 23:27:05 +0000
committerKarl Berry <karl@freefriends.org>2017-04-17 23:27:05 +0000
commit6ca1cfa106ec32f97169d8a6f59c36715b84d459 (patch)
tree6e2d65767c28cbd1ae6146dc5c6647bd7b85b941 /Master/tlpkg
parentad88ae5f7cc8ca8d7fda85684e26698edc889043 (diff)
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
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
1 files 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 ();
}