diff options
author | Norbert Preining <preining@logic.at> | 2008-02-08 08:33:50 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2008-02-08 08:33:50 +0000 |
commit | 4fbb12efeffdffdf5a17b95f132ed4cc06300586 (patch) | |
tree | a8a6d0719cbf2fc547fd6348cc2636baaa80063e /Master/tlpkg/TeXLive/TLPSRC.pm | |
parent | be512facf9adc36690d027b9d19ce3a2d0d53fe5 (diff) |
match also .texlua with binfiles on win32
git-svn-id: svn://tug.org/texlive/trunk@6529 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/TeXLive/TLPSRC.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLPSRC.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/TeXLive/TLPSRC.pm b/Master/tlpkg/TeXLive/TLPSRC.pm index 505d90196bd..432119e044e 100644 --- a/Master/tlpkg/TeXLive/TLPSRC.pm +++ b/Master/tlpkg/TeXLive/TLPSRC.pm @@ -633,11 +633,11 @@ language are allowed: In case the string C<${>I<ARCH>} occurs in one C<binpattern> it is automatically expanded to the respective architecture. -=item C<bat/exe/dll> for win32 +=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>, and C<foobar.exe> are also matched. +C<foobar.dll>, C<foobar.exe>, and C<foobar.texlua> are also matched. The above two properties allows to capture the binaries for all architectures in one binpattern |