diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-19 23:07:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-19 23:07:20 +0000 |
commit | 1a34c0750ffeefc37ab935a29ffef2269b68fe82 (patch) | |
tree | 2be1ecdf977192467343861663457b6e57923238 /Master/tlpkg | |
parent | 91090857a2f8c429aba224fd0b8ca96794cc29ac (diff) |
consistency
git-svn-id: svn://tug.org/texlive/trunk@19536 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/tlpsrc/dvisvgm.tlpsrc | 2 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/graphics.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xindy.tlpsrc | 12 |
3 files changed, 7 insertions, 8 deletions
diff --git a/Master/tlpkg/tlpsrc/dvisvgm.tlpsrc b/Master/tlpkg/tlpsrc/dvisvgm.tlpsrc index 7eaa3dd8762..524a0759c07 100644 --- a/Master/tlpkg/tlpsrc/dvisvgm.tlpsrc +++ b/Master/tlpkg/tlpsrc/dvisvgm.tlpsrc @@ -1,3 +1,3 @@ category TLCore -binpattern f bin/${ARCH}/dvisvgm +binpattern f/!mips-irix bin/${ARCH}/dvisvgm docpattern f texmf/doc/man/man1/dvisvgm.* diff --git a/Master/tlpkg/tlpsrc/graphics.tlpsrc b/Master/tlpkg/tlpsrc/graphics.tlpsrc index 0e12fb10102..2c5ddeadf3c 100644 --- a/Master/tlpkg/tlpsrc/graphics.tlpsrc +++ b/Master/tlpkg/tlpsrc/graphics.tlpsrc @@ -1,5 +1,4 @@ runpattern +!d texmf-dist/scripts/context/ruby/graphics # docpattern +!d texmf-dist/doc/latex/cookybooky/examples/graphics -docpattern +!d texmf-dist/doc/latex/fc_arith/examples/graphics docpattern +!d texmf-dist/doc/latex/tufte-latex/graphics diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc index 37952d769dd..b9053affd4d 100644 --- a/Master/tlpkg/tlpsrc/xindy.tlpsrc +++ b/Master/tlpkg/tlpsrc/xindy.tlpsrc @@ -4,17 +4,17 @@ runpattern d texmf/xindy runpattern d texmf/scripts/xindy # # Not all platforms provide xindy. -binpattern f/!amd64-kfreebsd,i386-kfreebsd,mips-irix bin/${ARCH}/texindy -binpattern f/!amd64-kfreebsd,i386-kfreebsd,mips-irix bin/${ARCH}/tex2xindy -binpattern f/!amd64-kfreebsd,i386-kfreebsd,mips-irix bin/${ARCH}/xindy +binpattern f/!amd64-kfreebsd,i386-kfreebsd,mips-irix,sparc-linux bin/${ARCH}/texindy +binpattern f/!amd64-kfreebsd,i386-kfreebsd,mips-irix,sparc-linux bin/${ARCH}/tex2xindy +binpattern f/!amd64-kfreebsd,i386-kfreebsd,mips-irix,sparc-linux bin/${ARCH}/xindy # # cygwin and windows have to use a different name for the clisp executable. -binpattern f/!amd64-kfreebsd,i386-kfreebsd,i386-cygwin,mips-irix \ -bin/${ARCH}/xindy.run +binpattern f/!amd64-kfreebsd,i386-kfreebsd,i386-cygwin,mips-irix,sparc-linux \ + bin/${ARCH}/xindy.run binpattern f/i386-cygwin,win32 bin/${ARCH}/xindy-lisp.exe # # universaldarwin has to split the mem file by architecture. -binpattern f/!amd64-kfreebsd,i386-kfreebsd,mips-irix,\ +binpattern f/!amd64-kfreebsd,i386-kfreebsd,mips-irix,sparc-linux,\ 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 |