diff options
author | Karl Berry <karl@freefriends.org> | 2022-07-07 19:54:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-07-07 19:54:15 +0000 |
commit | 50cb32e0d8cc605e602cf89e1c4c0db431dae977 (patch) | |
tree | ebfba794111a2bdd4b3c877abfe4c83f551f676d /Master/tlpkg | |
parent | 28211e7406929dcbaed9a1882c7cf27dac9cda17 (diff) |
bidi (7jul22)
git-svn-id: svn://tug.org/texlive/trunk@63828 c570f23f-e606-0410-a88d-b1316a301751
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"; |