diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-13 00:40:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-13 00:40:12 +0000 |
commit | dd5658bfcaf00e6323bbb5c4b00bc8da4127afc9 (patch) | |
tree | d4cb6c49345aad6c51b0eec3f9d68cd598b1431d /Master | |
parent | 31a41fd734f096d40d5c223791d7ad5fd9ccc4ad (diff) |
documentation of t
git-svn-id: svn://tug.org/texlive/trunk@6947 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index 87e7319eff6..efa390a2194 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -556,8 +556,17 @@ includes all the files in and below all directories of the form word1/word2/.../wordN/.../any/dirs/.../wordL/ i.e., the first words but the last form the prefix of the path, then -there can be an arbitrary nesting of directories, followed by C<wordL> -as another directory. +there can be an arbitrary number of subdirectories, followed by C<wordL> +as the final directory. A real life example from C<omega.tlpsrc>: + + runpattern t texmf-dist fonts omega + +matches C<texmf-dist/fonts/**/omega>, where C<**> matches any number of +intervening subdirectories, e.g.: + + texmf-dist/fonts/ofm/public/omega + texmf-dist/fonts/tfm/public/omega + texmf-dist/fonts/type1/public/omega =item C<r> I<regexp> |