diff options
author | Karl Berry <karl@freefriends.org> | 2008-03-28 23:11:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-03-28 23:11:49 +0000 |
commit | 621824913ca6d3bfb1995ff09e4c254756cb6b42 (patch) | |
tree | ebd71c22559b79774ee8c1f794b547110eb3b713 | |
parent | 75d6ef94ce62506d8e90017e564b87bf631eab3f (diff) |
first cut at xindy
git-svn-id: svn://tug.org/texlive/trunk@7207 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-binextra.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/xindy.tlpsrc | 6 |
2 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc index bfe678d693c..055d0250c27 100644 --- a/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-binextra.tlpsrc @@ -31,3 +31,4 @@ depend cweb depend hyphenex depend mkind-english depend texcount +depend xindy diff --git a/Master/tlpkg/tlpsrc/xindy.tlpsrc b/Master/tlpkg/tlpsrc/xindy.tlpsrc new file mode 100644 index 00000000000..448c7efc5a1 --- /dev/null +++ b/Master/tlpkg/tlpsrc/xindy.tlpsrc @@ -0,0 +1,6 @@ +name xindy +category TLCore +docpattern f texmf/doc/xindy/* +binpattern f bin/${ARCH}/texindy +binpattern f bin/${ARCH}/tex2xindy +binpattern f bin/${ARCH}/xindy |