diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index 09ec5eb6ada..099864ecc96 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -1,6 +1,6 @@ # $Id$ # TeXLive::TLPSRC.pm - module for using tlpsrc files -# Copyright 2007 Norbert Preining +# Copyright 2007, 2008 Norbert Preining # # This file is licensed under the GNU General Public License version 2 # or any later version. @@ -730,9 +730,9 @@ automatically expanded to the respective architecture. =item C<bat/exe/dll/texlua> for win32 -For C<binpattern>s of the form C<f bin/win32/foobar> (i.e., also for a -binpattern of the form C<f bin/${ARCH}/foobar>) files C<foobar.bat>, -C<foobar.dll>, C<foobar.exe>, and C<foobar.texlua> are also matched. +C<binpattern>s of the form C<f bin/win32/foobar> or +C<f bin/${ARCH}/foobar>) also match the files C<foobar.bat>, +C<foobar.cmd>, C<foobar.dll>, C<foobar.exe>, and C<foobar.texlua>. The above two properties allows to capture the binaries for all architectures in one binpattern |