summaryrefslogtreecommitdiff
path: root/Build/cdbuild
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-08 17:55:43 +0000
committerKarl Berry <karl@freefriends.org>2007-08-08 17:55:43 +0000
commit4ced46483f40846bb18f28d2ab0011fceb84b9e9 (patch)
tree832e2273525b633ed4287c98942b4afca99f4df6 /Build/cdbuild
parent06ead28059a5be10b97415c0b30431d93fa097ce (diff)
adrconv update (12nov06)
git-svn-id: svn://tug.org/texlive/trunk@4718 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/cdbuild')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index 955e3c11c06..ff07388aef6 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -438,6 +438,7 @@ $standardfoundry='public';
'babel', 'generic',
'bidi', 'xelatex',
'blacklettert1','fonts',
+ 'blockdraw_mp','metapost',
'cb', 'fonts',
'cirth', 'fonts',
'cirth', 'generic',
@@ -1150,9 +1151,9 @@ for (@ARGV) {
$whichdocformat = $specialdocfmt{$package}
|| ($dest eq "texmf-doc" ? "english" : $standarddocfmt);
- print "pkg=$package (fmt=$whichformat docfmt=$whichdocformat) "
- . "$special{$package}-> $DEST\n";
+ print "pkg=$package (fmt=$whichformat docfmt=$whichdocformat) -> $DEST\n";
if ($special{$package}) {
+ print "doing $special{$package}...\n";
eval $special{$package};
die "failure in $special{$package} (for $package): $@" if $@;
} else {