blob: 98daafc9b490058eba5a2e53676ac03d3e9c0ddb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
category TLCore
#
runpattern d texmf-dist/xindy
runpattern d texmf-dist/scripts/xindy
#
# Not all platforms provide this.
tlpsetvar no_xindy_platforms \
i386-solaris,x86_64-linuxmusl,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
binpattern f/!${no_xindy_platforms} bin/${ARCH}/xindy.mem
#
# cygwin and windows must use a different name for the clisp executable.
binpattern f/!i386-cygwin,x86_64-cygwin,win32,${no_xindy_platforms} \
bin/${ARCH}/xindy.run
binpattern f/i386-cygwin,x86_64-cygwin,win32 bin/${ARCH}/xindy-lisp.exe
#
docpattern f texmf-dist/doc/man/man1/*xindy.*
docpattern d texmf-dist/doc/xindy
|