diff options
author | Karl Berry <karl@freefriends.org> | 2014-04-19 23:38:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-04-19 23:38:57 +0000 |
commit | 9bb489475f9926c781405f9af5946cb8900262d7 (patch) | |
tree | 693fd97fde311ebeb408f2edf5f46740f4ac53ba /Master/tlpkg/tlpsrc | |
parent | 6e6ff4eb973db72c0299ac48ea360cb9ae300943 (diff) |
no more install-tl.bat; find luajitlatex.exe (but no luajits); do not lose xindy
git-svn-id: svn://tug.org/texlive/trunk@33548 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/wintools.win32.tlpsrc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc b/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc index 447ca8a207b..d708649e465 100644 --- a/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc +++ b/Master/tlpkg/tlpsrc/wintools.win32.tlpsrc @@ -32,13 +32,15 @@ binpattern f bin/win32/unzip.exe binpattern f bin/win32/zip.exe binpattern f/win32 tlpkg/sam2p/sam2p.exe # +# We do not enable luajitlatex in fmtutil.cnf, etc., +# but since Akira makes the binary, we might as well distribute it. +binpattern f/win32 bin/win32/luajitlatex.exe +# docpattern d texmf-dist/doc/gzip # # bitmap2eps is from Siep. -# binpattern f/win32 bin/win32/bitmap2eps.exe runpattern f texmf-dist/scripts/bitmap2eps/bitmap2eps.vbs - postaction filetype name="TL.bitmap2eps.convert" \ cmd='"TEXDIR/bin/win32/bitmap2eps.exe" "%1"' postaction progid extension=.bmp filetype="TL.bitmap2eps.convert" |