diff options
Diffstat (limited to 'Build/cdbuild/ctan2tds.pl')
-rwxr-xr-x | Build/cdbuild/ctan2tds.pl | 5 |
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 { |