summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlpsrc/xindy.tlpsrc
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlpsrc/xindy.tlpsrc')
-rw-r--r--Master/tlpkg/tlpsrc/xindy.tlpsrc27
1 files changed, 9 insertions, 18 deletions
diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc
index c43cc8d369b..bdeca9b92a5 100644
--- a/Master/tlpkg/tlpsrc/xindy.tlpsrc
+++ b/Master/tlpkg/tlpsrc/xindy.tlpsrc
@@ -4,28 +4,19 @@ runpattern d texmf-dist/xindy
runpattern d texmf-dist/scripts/xindy
#
# Not all platforms provide this.
-binpattern f/!mips-irix,mipsel-linux,\
-i386-solaris,sparc-solaris,x86_64-solaris \
- bin/${ARCH}/texindy
-binpattern f/!mips-irix,mipsel-linux,\
-i386-solaris,sparc-solaris,x86_64-solaris \
- bin/${ARCH}/tex2xindy
-binpattern f/!mips-irix,mipsel-linux,\
-i386-solaris,sparc-solaris,x86_64-solaris \
- bin/${ARCH}/xindy
+tlpsetvar no_xindy_platforms \
+ mips-irix,mipsel-linux,i386-solaris,sparc-solaris,x86_64-solaris
+#
+binpattern f/!${no_xindy_platforms} bin/${ARCH}/texindy
+binpattern f/!${no_xindy_platforms} bin/${ARCH}/tex2xindy
+binpattern f/!${no_xindy_platforms} bin/${ARCH}/xindy
#
# Also, cygwin and windows must use a different name for the clisp executable.
-binpattern f/!i386-cygwin,win32,\
-mips-irix,mipsel-linux,i386-solaris,sparc-solaris,x86_64-solaris \
- bin/${ARCH}/xindy.run
-binpattern f/i386-cygwin,win32 \
- bin/${ARCH}/xindy-lisp.exe
+binpattern f/!i386-cygwin,win32,${no_xindy_platforms} 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,mipsel-linux,\
-i386-solaris,sparc-solaris,x86_64-solaris,\
-universal-darwin \
- bin/${ARCH}/xindy.mem
+binpattern f/!${no_xindy_platforms},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
#