From 73748655e1a381266ee4d9d7ee95785ba0f0235e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 31 Jan 2020 23:07:27 +0000 Subject: mpfonts (and creation of fonts/type3), 31jan20 git-svn-id: svn://tug.org/texlive/trunk@53619 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/libexec/ctan2tds | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Master/tlpkg/libexec') diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 461da50afc7..199831b5e18 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -837,6 +837,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'morse', "die 'skipping, nosell license'", 'mp3d', "&MAKEflatten", 'mpcolornames',"&MAKEcopy", + 'mpfonts', "&MAKEflatten", 'mpdinbrief', "die 'skipping, nosell license'", 'mptopdf', "&MAKEcopy", 'msuthesis', "die 'skipping, use msu-thesis'", @@ -1521,6 +1522,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'mathdesign' => '&POSTmathdesign', 'mflogo' => '&POST_rmsymlink', 'montex' => '&POSTmontex', + 'mpfonts' => '&POSTmpfonts', 'mptopdf' => '&POSTmptopdf', 'musixtex' => '&POSTmusixtex', 'musixtnt' => '&POSTmusixtnt', @@ -6510,6 +6512,12 @@ sub POSTmontex { &SYSTEM ("$MV 00readme 00readme.mfinput.km"); } +sub POSTmpfonts { + print "POST$package - move type3 fonts to fonts/misc\n"; + &SYSTEM ("$RM -rf type3"); # dup type3/mpfonts-amsfonts/cmex9.t3 + &mv_with_mkdir ("*.t3", "$DEST/fonts/type3/$package"); +} + sub POSTmptopdf { # mptopdf needs a cut-down version of the context post routine. # But there are enough differences that trying to factor out the -- cgit v1.2.3