diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f0f738e4e40..ba0afb3c0fe 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1700,7 +1700,6 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'm-tx' => '&POSTmtx', 'mathdesign' => '&POSTmathdesign', 'mflogo' => '&POST_rmsymlink', - 'microtype' => '&POSTmicrotype', 'moderncv' => '&POST_deref_symlink', 'montex' => '&POSTmontex', 'mpfonts' => '&POSTmpfonts', @@ -7011,11 +7010,14 @@ sub POSTmathdesign { &mv_with_mkdir ("vf/*", "$DEST/fonts/vf/public/$package"); } -sub POSTmicrotype { - print "POST$package - remove support files for nonfree fonts\n"; - &xchdir ("$DEST/tex/latex/$package"); - &killfiles ('mt-(PalatinoLinotype|euroitc|pad).cfg', "more", "notctan"); -} +# upstream microtype removed these problematic support files, so we +# don't have to worry about them any more. But leave the infrastructure +# in place in case it happens again. +#sub POSTmicrotype { +# print "POST$package - remove support files for nonfree fonts\n"; +# &xchdir ("$DEST/tex/latex/$package"); +# &killfiles ('mt-(PalatinoLinotype|euroitc|pad).cfg', "more", "notctan"); +#} sub POSTmontex { print "POST$package - avoid 00readme case clash\n"; |