From 319849ba0c20a0bd2a33b1c19878fce186c45715 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 7 May 2008 21:32:49 +0000 Subject: build doc updates, --without-xindy by default git-svn-id: svn://tug.org/texlive/trunk@7924 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/Build | 8 ++++++-- Build/source/README | 3 +++ Build/source/texk/README | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'Build/source') diff --git a/Build/source/Build b/Build/source/Build index 674f15dea38..c9c42ac71ab 100755 --- a/Build/source/Build +++ b/Build/source/Build @@ -46,7 +46,10 @@ cd $TL_WORKDIR || exit 1 : ${TL_CONFIGURE=../configure} # allow override of xdvi toolkit, default to standard xaw. -: ${TL_XDVI_TOOLKIT=--with-xdvi-x-toolkit=xaw} +: ${TL_CONF_XDVI_TOOLKIT=--with-xdvi-x-toolkit=xaw} + +# avoid xindy by default, it requires clisp (see utils/README). +: ${TL_CONF_XINDY=--without-xindy} # allow adding other configure args. : ${TL_CONFIGURE_ARGS=} @@ -73,7 +76,8 @@ export GNUMAKE eval $TL_BUILD_ENV time $TL_CONFIGURE \ --prefix=$TL_INSTALL_DEST \ --datadir=$TL_INSTALL_DEST \ - $TL_XDVI_TOOLKIT \ + $TL_CONF_XDVI_TOOLKIT \ + $TL_CONF_XINDY \ $TL_CONFIGURE_ARGS \ "$@" \ && eval $TL_BUILD_ENV time $TL_MAKE $TL_TARGET diff --git a/Build/source/README b/Build/source/README index 41ed23d105d..7fed5088bd3 100644 --- a/Build/source/README +++ b/Build/source/README @@ -65,6 +65,9 @@ To rerun dvipdfmx: Build information: + i386-linux: Debian sarge, gcc 3.3.5, libc 2.3.2, Linux 2.6.9-67.0.4.ELsmp + chroot /home/texlive/sarge && cd /tmp/source && Build + i386-darwin: i686-apple-darwin8.1.0 built by Gerben Wierda, from http://bloch.ling.yale.edu/i-packages/experimental/tex.ii2/tex.30.tar.bz2 diff --git a/Build/source/texk/README b/Build/source/texk/README index 56cd983389f..55003f1d2a7 100644 --- a/Build/source/texk/README +++ b/Build/source/texk/README @@ -69,7 +69,7 @@ musixflx - ? ps2pkm - ? -lcdf-typetools 2.68 - ok 4may08 +lcdf-typetools 2.69 - ok 6may08 http://www.lcdf.org/type/ tex4htk -- cgit v1.2.3