diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-16 00:31:22 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-16 00:31:22 +0000 |
commit | f9e1d1896ff2a5d964effe0a19ea2888a3ffa9b6 (patch) | |
tree | 384e856f744d53f3d230649aea33f4aaa1c90d46 /Build | |
parent | bab45528d65eaafe68a705dbb2a57075c7b7cbd8 (diff) |
(TL_CONF_XINDY): disable docs and make rules even when xindy is enables
git-svn-id: svn://tug.org/texlive/trunk@13111 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/Build | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Build/source/Build b/Build/source/Build index aac4360585e..6674f10c586 100755 --- a/Build/source/Build +++ b/Build/source/Build @@ -77,8 +77,11 @@ cd $TL_WORKDIR || exit 1 # default to include freetype2 support for old Mac font file formats. : ${TL_CONF_MAC_FONTS=--with-old-mac-fonts} -# skip xindy by default, it requires clisp (see utils/README). -: ${TL_CONF_XINDY=--disable-xindy} +# configure defaults to skipping xindy, as it requires clisp (see +# utils/README). But in addition, if --enable-xindy is given, still +# disable the documentation and data file building, which require a +# working LaTeX installation. +: ${TL_CONF_XINDY="--disable-xindy-docs --disable-xindy-make-rules"} # allow adding arbitrary other configure args. : ${TL_CONFIGURE_ARGS=} |