diff options
author | Karl Berry <karl@freefriends.org> | 2016-04-10 21:37:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-04-10 21:37:32 +0000 |
commit | 5405148f9239ec24f69b8577099dfbb6b2b0ef07 (patch) | |
tree | de65a832c2b677cf898a39c1babd69939a04c134 | |
parent | 2b1d1e81a67aa8e836b793d1bca224d1dec2eac9 (diff) |
patterns for new cygwin dlls
git-svn-id: svn://tug.org/texlive/trunk@40399 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/kpathsea.tlpsrc | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/luatex.tlpsrc | 3 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/ptex.tlpsrc | 3 |
3 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/kpathsea.tlpsrc b/Master/tlpkg/tlpsrc/kpathsea.tlpsrc index ced8b740356..010adf994a1 100644 --- a/Master/tlpkg/tlpsrc/kpathsea.tlpsrc +++ b/Master/tlpkg/tlpsrc/kpathsea.tlpsrc @@ -39,6 +39,9 @@ binpattern f bin/${ARCH}/mktexpk binpattern f bin/${ARCH}/mktextfm binpattern f bin/${ARCH}/texhash # +binpattern f bin/i386-cygwin/cygkpathsea*.dll +binpattern f bin/x86_64-cygwin/cygkpathsea*.dll +# binpattern f bin/win32/kpathsea*.dll binpattern f bin/win32/mktexupd.exe binpattern f bin/win32/msvc*.dll diff --git a/Master/tlpkg/tlpsrc/luatex.tlpsrc b/Master/tlpkg/tlpsrc/luatex.tlpsrc index ebac3b968bd..ccea6608c09 100644 --- a/Master/tlpkg/tlpsrc/luatex.tlpsrc +++ b/Master/tlpkg/tlpsrc/luatex.tlpsrc @@ -29,6 +29,9 @@ binpattern f bin/${ARCH}/luatex binpattern f bin/${ARCH}/texlua binpattern f bin/${ARCH}/texluac # +binpattern f bin/i386-cygwin/cygtexlua*.dll +binpattern f bin/x86_64-cygwin/cygtexlua*.dll +# binpattern f bin/win32/lua*.dll tlpsetvar no_luajit_platforms \ diff --git a/Master/tlpkg/tlpsrc/ptex.tlpsrc b/Master/tlpkg/tlpsrc/ptex.tlpsrc index 42a2653012a..ee0693bab33 100644 --- a/Master/tlpkg/tlpsrc/ptex.tlpsrc +++ b/Master/tlpkg/tlpsrc/ptex.tlpsrc @@ -35,6 +35,9 @@ binpattern f bin/${ARCH}/ptex binpattern f bin/${ARCH}/ptftopl binpattern f bin/${ARCH}/upmendex # +binpattern f bin/i386-cygwin/cygptexenc*.dll +binpattern f bin/x86_64-cygwin/cygptexenc*.dll +# runpattern +d texmf-dist/pbibtex runpattern +d texmf-dist/tex/platex/base runpattern +d texmf-dist/tex/platex/config |