texlive[43904] Master/tlpkg/libexec/ctan2tds: use our (Akira's)
commits+karl at tug.org
commits+karl at tug.org
Tue Apr 18 01:27:05 CEST 2017
Revision: 43904
http://tug.org/svn/texlive?view=revision&revision=43904
Author: karl
Date: 2017-04-18 01:27:05 +0200 (Tue, 18 Apr 2017)
Log Message:
-----------
use our (Akira's) msxlint.exe, not from CTAN;
fixmsxpart gone.
Modified Paths:
--------------
trunk/Master/tlpkg/libexec/ctan2tds
Modified: trunk/Master/tlpkg/libexec/ctan2tds
===================================================================
--- trunk/Master/tlpkg/libexec/ctan2tds 2017-04-17 22:37:44 UTC (rev 43903)
+++ trunk/Master/tlpkg/libexec/ctan2tds 2017-04-17 23:27:05 UTC (rev 43904)
@@ -2945,7 +2945,7 @@
'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 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 @@
}
}
- # always going to need this anyway.
+ # always going to need this anyway, may as well do it here.
&POST_do_man ();
}
More information about the tex-live-commits
mailing list