summaryrefslogtreecommitdiff
path: root/Build/cdbuild
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-18 17:50:21 +0000
committerKarl Berry <karl@freefriends.org>2007-08-18 17:50:21 +0000
commit6208a8fa932b9f69b37a5823dbd25e5e18e1911d (patch)
treee78ce45b61a8394c1128a8372ecacd4bfac2a22e /Build/cdbuild
parent7ee1a88264af2674d3a42d7f5a41109d9ead8370 (diff)
remove commercial font files
git-svn-id: svn://tug.org/texlive/trunk@4757 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index 0454d45ec17..7f0d1c6710b 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -1806,10 +1806,11 @@ sub MAKEmathdesign {
&xchdir ($DOCDIR);
#
# basically have several tds hiers to unzip, with some cleanups.
- print "\t SPECIAL unzip etc.\n";
+ print "\t SPECIAL $package: unzip etc.\n";
for my $zip (<*.zip>) {
&SYSTEM ("cd $DEST && unzip -q -o $DOCDIR/$zip; rm -f $DOCDIR/zip");
}
+ &SYSTEM ("rm -rf commercialfonts");
&SYSTEM ("mv $DEST/dvips/config $DEST/dvips/mathdesign");
}