summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/configure.ac
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-02-08 12:05:33 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-02-08 12:05:33 +0000
commit9b888649e62c7efd7a76b093153f23a145ab8b5a (patch)
treea6697745e2583fee70566b85a6f89ef24b05af45 /Build/source/utils/xindy/configure.ac
parent5335b097801ae55377defd39dbcb2c66b7cab052 (diff)
build system: Merge texmf into texmf-dist
git-svn-id: svn://tug.org/texlive/trunk@29060 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/configure.ac')
-rw-r--r--Build/source/utils/xindy/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac
index 74ec66d72b7..41579916ee7 100644
--- a/Build/source/utils/xindy/configure.ac
+++ b/Build/source/utils/xindy/configure.ac
@@ -39,8 +39,8 @@ AS_CASE([$enable_xindy_docs],
# Installation directories for TeX Live.
memdir='$(bindir)'
-pkglibdir='$(datarootdir)/texmf/xindy'
-docdir='$(datarootdir)/texmf/doc/xindy'
+pkglibdir='$(datarootdir)/texmf-dist/xindy'
+docdir='$(datarootdir)/texmf-dist/doc/xindy'
AC_SUBST([memdir])
AC_SUBST([pkglibdir])
AM_CONDITIONAL([TEXLIVE_BUILD], [test "x$enable_texlive_build" = xyes])