diff options
author | Norbert Preining <preining@logic.at> | 2007-06-28 09:21:34 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-06-28 09:21:34 +0000 |
commit | bd5eb7b6ea629f57c2f9b32fa9e650d25a3f2a4f (patch) | |
tree | 0953f033ef88fd4d6ce3c2f841de3997cba1fb5c /Master/tlpkg/man | |
parent | f82d752fb1943968e50950f963a3b1623b417963 (diff) |
now also match .dll like .exe and .bat, again update .tlpsrc, man page
of TLPSRC. texlive.tlpdb didn't change (good)
git-svn-id: svn://tug.org/texlive/trunk@4521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/man')
-rw-r--r-- | Master/tlpkg/man/TeXLive::TLPSRC.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/tlpkg/man/TeXLive::TLPSRC.1 b/Master/tlpkg/man/TeXLive::TLPSRC.1 index 512b3770683..32837594845 100644 --- a/Master/tlpkg/man/TeXLive::TLPSRC.1 +++ b/Master/tlpkg/man/TeXLive::TLPSRC.1 @@ -324,11 +324,11 @@ of included files. .IX Subsection "arch expansion" In case the string \f(CW\*(C`${ARCH}\*(C'\fR occurs in one \f(CW\*(C`binpattern\*(C'\fR it is automatically expanded to the respective architecture. -.Sh "bat/exe for win32" -.IX Subsection "bat/exe for win32" +.Sh "bat/exe/dll for win32" +.IX Subsection "bat/exe/dll for win32" For \f(CW\*(C`binpatterns\*(C'\fR of the form \f(CW\*(C`f bin/win32/foobar\*(C'\fR (i.e., also for a -binpattern of the form \f(CW\*(C`f bin/${ARCH}/foobar\*(C'\fR) files \fIfoobar.bat\fR and -\&\fIfoobar.exe\fR are also matched. +binpattern of the form \f(CW\*(C`f bin/${ARCH}/foobar\*(C'\fR) files \fIfoobar.bat\fR, +\&\fIfoobar.dll\fR, and \fIfoobar.exe\fR are also matched. .PP The above two properties allows to capture the binaries for all architectures in one binpattern |