summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xBuild/cdbuild/place4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/cdbuild/place b/Build/cdbuild/place
index bbd2516e255..86ae3d0dc76 100755
--- a/Build/cdbuild/place
+++ b/Build/cdbuild/place
@@ -49,11 +49,13 @@ elsif (-d "texmf-doc") {$Root="texmf-doc"; }
elsif (-d "texmf") {$Root="texmf"; }
else { die ("no top level texmf in " . `pwd`); }
-# can't handle binary stuff yet.
if ($Root eq 'texmf-doc') {
$Type = 'Documentation';
} elsif ($Root eq 'texmf-dist') {
$Type = 'Package';
+} elsif ($Root eq 'texmf') {
+ # can't handle binary stuff yet, but can do some hyphenations.
+ $Type = 'TLCore';
} else {
die "cannot handle Root=$Root";
}