diff options
author | Vladimir Volovich <vvv@vsu.ru> | 2008-04-20 04:25:01 +0000 |
---|---|---|
committer | Vladimir Volovich <vvv@vsu.ru> | 2008-04-20 04:25:01 +0000 |
commit | 86f8708d1f582b3ceee54772cc03c70e099598c0 (patch) | |
tree | f809a44558421f0cc4756c1a14482d9247729c5d /Build/source/utils/xindy/configure.ac | |
parent | c218373fa03fe30ccb9fcc9594ff60dba4e4d6d4 (diff) |
simplify Makefiles (mostly remove the need to have TETEX_BUILD-specific sections)
git-svn-id: svn://tug.org/texlive/trunk@7537 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/configure.ac')
-rw-r--r-- | Build/source/utils/xindy/configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/utils/xindy/configure.ac b/Build/source/utils/xindy/configure.ac index d6700878921..530a6397448 100644 --- a/Build/source/utils/xindy/configure.ac +++ b/Build/source/utils/xindy/configure.ac @@ -42,6 +42,7 @@ AC_ARG_WITH(clisp, AS_HELP_STRING([--with-clisp=...],[Use the specified location if test "x$enable_tetex_build" = xyes; then dnl we don't really care whether $srcdir/../../texk/kpathsea is found, so don't test for it. AC_MSG_NOTICE([Using installation layout for TeX Live]) + datadir="$prefix/texmf" docdir="$prefix/texmf/doc/$PACKAGE_NAME" mandir="$prefix/texmf/doc/man" if test -z "$enable_docs"; then |