diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-23 18:16:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-23 18:16:07 +0000 |
commit | da11537ec4743b2bafb9bb04f388c1cc67c5f06b (patch) | |
tree | 861f1761cffb7213b668f736859b05a983b699a6 /Master/tlpkg/TeXLive/TLPDB.pm | |
parent | 7ed7c61b5bc6e9a0ac628ec26b923167c273c0d4 (diff) |
eradicate Documentation category
git-svn-id: svn://tug.org/texlive/trunk@14408 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPDB.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPDB.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLPDB.pm b/Master/tlpkg/TeXLive/TLPDB.pm index 5c65d57f726..7f61215f398 100644 --- a/Master/tlpkg/TeXLive/TLPDB.pm +++ b/Master/tlpkg/TeXLive/TLPDB.pm @@ -719,7 +719,7 @@ sub _generate_listfile { # first we add all the packages tlps that are directly included @incpkg = @lop; # now we select all collections, and for all collections we - # again select all packages of type Documentation and Package + # again select all non-meta-packages foreach my $c (@lot) { my $coll = $self->get_package($c); foreach my $d ($coll->depends) { |