summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-07-23 18:16:07 +0000
committerKarl Berry <karl@freefriends.org>2009-07-23 18:16:07 +0000
commitda11537ec4743b2bafb9bb04f388c1cc67c5f06b (patch)
tree861f1761cffb7213b668f736859b05a983b699a6 /Master/tlpkg/TeXLive/TLPSRC.pm
parent7ed7c61b5bc6e9a0ac628ec26b923167c273c0d4 (diff)
eradicate Documentation category
git-svn-id: svn://tug.org/texlive/trunk@14408 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 4a099bc9c41..7894ffbfaa6 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -434,7 +434,7 @@ sub _do_normal_pattern {
# get the default patterns for all categories from an external file,
-# return hash with keys being the categories (Package, Documentation)
+# return hash with keys being the categories (Package, Collection, etc.)
# and values being refs to another hash. The subhash's keys are the
# file types (run bin doc ...) with values being refs to an array of
# patterns for that type.
@@ -722,8 +722,8 @@ basic infrastructure functionality.
identifies the category into which this package belongs. This determines
the default patterns applied. Possible categories are defined in
C<TeXLive::TLConfig>, currently C<Collection>, C<Scheme>, C<TLCore>,
-C<Documentation>, C<Package>, C<ConTeXt>. Most packages will fall into the
-C<Package> category.
+C<Package>, C<ConTeXt>. Most packages will fall into the C<Package>
+category.
=item C<catalogue>