diff options
author | Karl Berry <karl@freefriends.org> | 2009-07-26 13:54:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-07-26 13:54:36 +0000 |
commit | 5e4a601fac22e1272ede49ff8a2e80dfeb832d8a (patch) | |
tree | e5a7fc143ce58d5b8c85ef5833827cd33621b656 /Master/tlpkg/tlpsrc/xindy.tlpsrc | |
parent | ed13a376f0fdb53ede7b2b226ae7467d7c6a57b1 (diff) |
xindy on sparclinux, mkgrkindex script
git-svn-id: svn://tug.org/texlive/trunk@14450 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/tlpsrc/xindy.tlpsrc')
-rw-r--r-- | Master/tlpkg/tlpsrc/xindy.tlpsrc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc index 7e7a7d9f647..ce11b72c1aa 100644 --- a/Master/tlpkg/tlpsrc/xindy.tlpsrc +++ b/Master/tlpkg/tlpsrc/xindy.tlpsrc @@ -3,16 +3,16 @@ category TLCore runpattern d texmf/xindy runpattern d texmf/scripts/xindy # -binpattern f/!mips-irix,sparc-linux bin/${ARCH}/texindy -binpattern f/!mips-irix,sparc-linux bin/${ARCH}/tex2xindy -binpattern f/!mips-irix,sparc-linux bin/${ARCH}/xindy +binpattern f/!mips-irix bin/${ARCH}/texindy +binpattern f/!mips-irix bin/${ARCH}/tex2xindy +binpattern f/!mips-irix bin/${ARCH}/xindy # # cygwin and windows have to use a different name for the clisp executable. -binpattern f/!mips-irix,sparc-linux,i386-cygwin bin/${ARCH}/xindy.run +binpattern f/!mips-irix,i386-cygwin bin/${ARCH}/xindy.run binpattern f/i386-cygwin,win32 bin/${ARCH}/xindy-lisp.exe # # darwin has to split the mem file by architecture. -binpattern f/!mips-irix,sparc-linux,universal-darwin bin/${ARCH}/xindy.mem +binpattern f/!mips-irix,universal-darwin bin/${ARCH}/xindy.mem binpattern f/universal-darwin bin/universal-darwin/xindy-i386.mem binpattern f/universal-darwin bin/universal-darwin/xindy-ppc.mem # |