summaryrefslogtreecommitdiff
path: root/Master/tlpkg/TeXLive/TLPSRC.pm
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-16 01:08:20 +0000
committerKarl Berry <karl@freefriends.org>2008-12-16 01:08:20 +0000
commit4eb8388045f37bc9f85776837a427892e2df987b (patch)
tree59bcd7d3dac51f46d05827bdc2323099f8dcba2c /Master/tlpkg/TeXLive/TLPSRC.pm
parent6ee85acdab7a2f133e0ff423e1e0d13d436c9f41 (diff)
TLPSRC: doc fix; TLUtils (platform): die if config.guess returns nothing
git-svn-id: svn://tug.org/texlive/trunk@11628 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r--Master/tlpkg/TeXLive/TLPSRC.pm9
1 files changed, 4 insertions, 5 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm
index 87969bdb859..d2d13d98543 100644
--- a/Master/tlpkg/TeXLive/TLPSRC.pm
+++ b/Master/tlpkg/TeXLive/TLPSRC.pm
@@ -798,14 +798,13 @@ intervening subdirectories, e.g.:
=item C<r> I<regexp>
-includes all files matching the regexp C<^>I<regexp>C<$>.
+includes all files matching the regexp C</^regexp$/>
=item C<a> I<name1> [<name2> ...]
-includes auto-generated patterns for each I<name> as if the package
-itself were named I<name>. That is useful if a package contains
-top-level directories named after different fonts; for example,
-C<venturisadf>.
+includes auto generated patterns for each I<nameN> as if the package
+itself would be named I<nameN>. That is useful if a package (like venturisadf)
+contains toplevel directories named after different fonts.
=back