diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-03-25 10:01:29 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-03-25 10:01:29 +0000 |
commit | 52a47279995f68192602db79594d7dcd91c0185b (patch) | |
tree | c7fce6b6416f652877d130b2a2e0cc6fb8c54799 /Build/source/utils/xindy/user-commands/xindy.v2.in | |
parent | c5c91c5a707fb967cf55615af9fcf9543e664c1a (diff) |
for TETEX_BUILD:
from Karl: instead of putting wrapper scripts (xindy and texindy)
and *.xdy modules under texmf/scripts/xindy, adjust things so
that the actual scripts (xindy and texindy) are in
texmf/scripts/xindy, but everything else (*.xdy modules) is just
in texmf/xindy.
git-svn-id: svn://tug.org/texlive/trunk@7144 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/user-commands/xindy.v2.in')
-rw-r--r-- | Build/source/utils/xindy/user-commands/xindy.v2.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/xindy/user-commands/xindy.v2.in b/Build/source/utils/xindy/user-commands/xindy.v2.in index 67a14e6cf25..2fe99a8cb9f 100644 --- a/Build/source/utils/xindy/user-commands/xindy.v2.in +++ b/Build/source/utils/xindy/user-commands/xindy.v2.in @@ -160,8 +160,8 @@ if ( -d "$cmd_dir/../modules" ) { # /opt style $modules_dir = "$cmd_dir/../modules"; } elsif ( -d "$LibDir/modules" ) { # /usr or /usr/local style $modules_dir = "$LibDir/modules"; -} elsif ( -d "$LibDir/../../texmf/scripts/xindy" ) { # texlive style - $modules_dir = "$LibDir/../../texmf/scripts/xindy"; +} elsif ( -d "$LibDir/../../texmf/xindy" ) { # texlive style + $modules_dir = "$LibDir/../../texmf/xindy"; } else { die "Cannot locate xindy modules directory"; } |