diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-09 00:40:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-09 00:40:01 +0000 |
commit | 7077db6d464eb6bc0c71fc47aea167ec05f03788 (patch) | |
tree | b425911f4e51b8f116a94338271ae568db276856 /Master/tlpkg | |
parent | b31bfcc9e631ec2eda723aa458ebab0bb5fd3048 (diff) |
no xindy or asy for i386-kfreebsd
git-svn-id: svn://tug.org/texlive/trunk@17389 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/asymptote.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xindy.tlpsrc | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/tlpkg/tlpsrc/asymptote.tlpsrc b/Master/tlpkg/tlpsrc/asymptote.tlpsrc index 826d2c43905..bbb2c837f07 100644 --- a/Master/tlpkg/tlpsrc/asymptote.tlpsrc +++ b/Master/tlpkg/tlpsrc/asymptote.tlpsrc @@ -1,5 +1,5 @@ category TLCore -binpattern f/!mips-irix,powerpc-aix,sparc-linux,sparc-solaris \ +binpattern f/!mips-irix,powerpc-aix,sparc-linux,sparc-solaris,i386-kfreebsd \ bin/${ARCH}/*asy binpattern f/i386-cygwin bin/i386-cygwin/freeglut.dll binpattern d/win32 tlpkg/asymptote diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc index ce11b72c1aa..174a3e16b74 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 bin/${ARCH}/texindy -binpattern f/!mips-irix bin/${ARCH}/tex2xindy -binpattern f/!mips-irix bin/${ARCH}/xindy +binpattern f/!mips-irix,i386-kfreebsd bin/${ARCH}/texindy +binpattern f/!mips-irix,i386-kfreebsd bin/${ARCH}/tex2xindy +binpattern f/!mips-irix,i386-kfreebsd bin/${ARCH}/xindy # # cygwin and windows have to use a different name for the clisp executable. -binpattern f/!mips-irix,i386-cygwin bin/${ARCH}/xindy.run +binpattern f/!mips-irix,i386-kfreebsd,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,universal-darwin bin/${ARCH}/xindy.mem +binpattern f/!universal-darwin,mips-irix,i386-kfreebsd bin/${ARCH}/xindy.mem binpattern f/universal-darwin bin/universal-darwin/xindy-i386.mem binpattern f/universal-darwin bin/universal-darwin/xindy-ppc.mem # |