diff options
author | Karl Berry <karl@freefriends.org> | 2012-11-23 22:44:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-11-23 22:44:21 +0000 |
commit | 40755d641da227b08bc0b6ae07a65bb132fa1296 (patch) | |
tree | f0564d19a2575da677e9286916173b2341f43ac5 /Master/tlpkg | |
parent | d94d1e19012275a489939c56c6df011e126cb682 (diff) |
newtx (23nov12)
git-svn-id: svn://tug.org/texlive/trunk@28340 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 14576944cee..f47f021017d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -606,7 +606,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'mathabx', "&MAKEflatten", 'mathabx-type1', "&MAKEflatten", 'mathgifg', "die 'skipping, nonfree font support'", - 'mathdesign', "&MAKEmathdesign", 'mathexam', "&MAKEflatten", 'mathmode', "&setup", 'mathpazo', "&MAKEmathpazo", @@ -3529,21 +3528,7 @@ sub MAKElh { &SYSTEM ("cd $DEST/texmf && cp -arf . .. && rm -rf $DEST/texmf"); } -sub MAKEmathdesign { - &setup (); - &xchdir ($DOCDIR); - # - # basically have several tds hiers to unzip, with some cleanups. - print "\t SPECIAL $package: unzip etc.\n"; - for my $zip (<*.zip>) { - &SYSTEM ("cd $DEST && unzip -q -o $DOCDIR/$zip; $RM $DOCDIR/$zip"); - } - &SYSTEM ("rm -rf commercialfonts"); - &SYSTEM ("mv $DEST/dvips/config $DEST/dvips/mathdesign"); -} - -sub MAKEmetauml -{ +sub MAKEmetauml { &setup; &xchdir ("$DEST/doc/$whichdocformat/$package"); &SYSTEM ("$MV doc/* examples/* inputs/* ."); |