summaryrefslogtreecommitdiff
path: root/Build/source/utils/xindy/make-rules
diff options
context:
space:
mode:
authorVladimir Volovich <vvv@vsu.ru>2008-03-22 04:30:47 +0000
committerVladimir Volovich <vvv@vsu.ru>2008-03-22 04:30:47 +0000
commitfaaf22ece56389786d45ae6463600986eaead3a9 (patch)
tree34f14306bdff66b91d7de7b8caea0e9e0d77b690 /Build/source/utils/xindy/make-rules
parent1472f655976291d22dbaa4c321df214ae82d9ec3 (diff)
* instead of 3 configure options: --enable-external-clisp,
--enable-clisp-path, --enable-clisp-dir there is now only one: --with-external-clisp[=PATH] which, when used, asks to use an external clisp, which is searched in $PATH, or it is possible to supply an absolute location if it is not in $PATH. * the former --enable-clisp-dir option is removed; instead, we use a robust way to determine CLISP library directory by calling clisp -q -norc -x '(progn (princ *lib-directory*) (values))' (this is borrowed from the Meta-CVS package, referenced at http://www.niksula.cs.hut.fi/~tsiivola/clisp-ffi-howto.html) * the configure script performs better checking of clisp availability and shows proper errors when needed. * added the --enable-tetex-build option which is used for the texlive builds, and installs the files at the texlive-specific locations. added corresponding support to the user-commands scripts (xindy, xindy.v2, texindy), to allow them locate xindy.{run,mem} and runtime *.xdy modules in the texlive layout. * do not fail if clisp-link shell script exists but is not executable, as it happens in some distributions. instead, call it via "sh". git-svn-id: svn://tug.org/texlive/trunk@7067 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/xindy/make-rules')
-rw-r--r--Build/source/utils/xindy/make-rules/alphabets/Makefile.am8
-rw-r--r--Build/source/utils/xindy/make-rules/inputenc/Makefile.am6
-rw-r--r--Build/source/utils/xindy/make-rules/styles/Makefile.am6
3 files changed, 15 insertions, 5 deletions
diff --git a/Build/source/utils/xindy/make-rules/alphabets/Makefile.am b/Build/source/utils/xindy/make-rules/alphabets/Makefile.am
index 37313ea7eff..6449bed5149 100644
--- a/Build/source/utils/xindy/make-rules/alphabets/Makefile.am
+++ b/Build/source/utils/xindy/make-rules/alphabets/Makefile.am
@@ -19,7 +19,11 @@
## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
## Boston, MA 02110-1301 USA.
-langdir = $(pkgdatadir)/lang
+if TETEX_BUILD
+ langdir = $(prefix)/texmf/scripts/xindy/lang
+else
+ langdir = $(pkgdatadir)/lang
+endif
albaniandir = $(langdir)/albanian
@@ -1145,8 +1149,6 @@ alphabets-inc.tex : $(DOCS)
# for i in $(DOCS_UTF8); do echo "\input{$$i}" >>$@; done
# echo "\ienc{utf8}" >>$@
-docdir = $(datadir)/doc/$(PACKAGE_NAME)-$(PACKAGE_VERSION)
-
# whether to build docs
if BUILDRULES
diff --git a/Build/source/utils/xindy/make-rules/inputenc/Makefile.am b/Build/source/utils/xindy/make-rules/inputenc/Makefile.am
index d091682fff5..b4081c65e60 100644
--- a/Build/source/utils/xindy/make-rules/inputenc/Makefile.am
+++ b/Build/source/utils/xindy/make-rules/inputenc/Makefile.am
@@ -19,7 +19,11 @@
## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
## Boston, MA 02110-1301 USA.
-modulesdir = $(pkgdatadir)
+if TETEX_BUILD
+ modulesdir = $(prefix)/texmf/scripts/xindy
+else
+ modulesdir = $(pkgdatadir)
+endif
inputencdir = $(modulesdir)/tex/inputenc
diff --git a/Build/source/utils/xindy/make-rules/styles/Makefile.am b/Build/source/utils/xindy/make-rules/styles/Makefile.am
index 33f8f48ac5d..7108d5c0ae3 100644
--- a/Build/source/utils/xindy/make-rules/styles/Makefile.am
+++ b/Build/source/utils/xindy/make-rules/styles/Makefile.am
@@ -19,7 +19,11 @@
## Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
## Boston, MA 02110-1301 USA.
-modulesdir = $(pkgdatadir)
+if TETEX_BUILD
+ modulesdir = $(prefix)/texmf/scripts/xindy
+else
+ modulesdir = $(pkgdatadir)
+endif
stylesdir = $(modulesdir)/styles