diff options
author | Karl Berry <karl@freefriends.org> | 2006-07-23 23:34:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-07-23 23:34:49 +0000 |
commit | 5d7ae4b5ebf9ed35eadb6abf6c5493d86509048d (patch) | |
tree | 15d7f56900dfc80bf5bbfbd189015412ab399d07 /Build/cdbuild | |
parent | 8c027c210a73c2b26a0b6c1a4d2c07a5a87ca872 (diff) |
new (fonts) package mathdesign
git-svn-id: svn://tug.org/texlive/trunk@1903 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl index ba8d25e3a67..2dfd9a9b122 100755 --- a/Build/cdbuild/ctan2tds.pl +++ b/Build/cdbuild/ctan2tds.pl @@ -176,6 +176,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; 'lucida', "&MAKElucida", 'makor', "&MAKEbase", 'manjutex', "&MAKEflatten", + 'mathdesign', "&MAKEmathdesign", 'mathmode', "&setup", 'mathpazo', "&MAKEmathpazo", 'metaobj', "&MAKEflatten", @@ -1529,6 +1530,18 @@ sub MAKEeskdx { &donormal; } +sub MAKEmathdesign { + &setup (); + &xchdir ($DOCDIR); + # + # basically have several tds hiers to unzip, with some cleanups. + print "\t SPECIAL unzip etc.\n"; + for my $zip (<*.zip>) { + &SYSTEM ("cd $DEST && unzip -q -o $DOCDIR/$zip; rm -f $zip"); + } + &SYSTEM ("mv $DEST/dvips/config $DEST/dvips/mathdesign"); +} + sub MAKEmetauml { &setup; &xchdir ("$DEST/doc/$whichdocformat/$package"); |