summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-12-23 17:51:41 +0000
committerKarl Berry <karl@freefriends.org>2006-12-23 17:51:41 +0000
commitf905d50a952400bb7ac90d8a976e83379e72a166 (patch)
tree7ebf88e3fb0575255b23a5efff78c6618f4abb9f
parent1b9cbfe821c5d81b7c0f0da833f74d14844c7bf6 (diff)
xemtex is gone.
git-svn-id: svn://tug.org/texlive/trunk@2866 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xBuild/tools/tpm-factory.pl2
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/tools/tpm-factory.pl b/Build/tools/tpm-factory.pl
index bde2a019241..3db6593e49f 100755
--- a/Build/tools/tpm-factory.pl
+++ b/Build/tools/tpm-factory.pl
@@ -167,7 +167,6 @@ sub do_tree {
while (<$tree/tpm/*.tpm>) {
my $tpmname = $_;
next if ($tpmname =~ m/~$/); # for emacs backups!
-# next if ($tree =~ /texmf$/ && $tpmname =~ m/xemtex/);
# next if ($tpmname =~ m/-static/ && ! $opt_standalone);
$tpmname =~ s@^${tree}/tpm/@@;
print "Doing $tree/tpm/$tpmname\n" if ($opt_verbose);
@@ -269,7 +268,6 @@ sub check_coverage {
if ($opt_type eq 'TLCore' || $opt_type eq 'all') {
&walk_dir("$opt_master_dir/texmf", \&collect_files);
&walk_dir("$opt_master_dir/bin", \&collect_files);
- &walk_dir("$opt_master_dir/xemtex", \&collect_files);
&walk_dir("$opt_master_dir/source", \&collect_files);
push @tree_list, "texmf";
}