diff options
author | Karl Berry <karl@freefriends.org> | 2007-01-20 22:29:44 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-01-20 22:29:44 +0000 |
commit | c290eb159f4e6fb2c9039417ebb75733c202d624 (patch) | |
tree | af0f890609102bd26fdc8e7f541ce6342a747a7f /Build | |
parent | b1ba0429aeade5734e1a8c73b6c378f2be672750 (diff) |
(check_dependencies): oops, don't include
scheme-tetex any more as a top-level starting point.
git-svn-id: svn://tug.org/texlive/trunk@3639 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/tools/tpm-factory.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/tools/tpm-factory.pl b/Build/tools/tpm-factory.pl index f5db9a24df5..749db5f47d7 100755 --- a/Build/tools/tpm-factory.pl +++ b/Build/tools/tpm-factory.pl @@ -191,8 +191,7 @@ sub check_dependencies { &do_tree($tree, \&collect_tpmfiles); } my @l = ("texmf/tpm/scheme-full.tpm", - "texmf/tpm/scheme-tetex.tpm", # has some specific collections - "texmf/tpm/collection-wintools.tpm", # some utils we only provide + "texmf/tpm/collection-wintools.tpm", ); while ($#l >= 0) { my $p = pop @l; |