summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-02 18:29:07 +0000
committerKarl Berry <karl@freefriends.org>2007-10-02 18:29:07 +0000
commit8579682516e805e7cd020ceb552b41fd21ad3247 (patch)
treedd66627ecd9cd6eacfa46277eaa6073931cc2c6b
parent37cf449fe76356de839376f7fcf80e27998b8c9c (diff)
texmf -> TLCore
git-svn-id: svn://tug.org/texlive/trunk@5095 c570f23f-e606-0410-a88d-b1316a301751
-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";
}