From bc9f14e86e8b29a834f7e44ffd3775da2d4ffbe5 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 9 May 2008 21:45:45 +0000 Subject: xindy instructions update git-svn-id: svn://tug.org/texlive/trunk@7990 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/utils/README | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'Build/source') diff --git a/Build/source/utils/README b/Build/source/utils/README index 9f72b4aeee7..095de16cfb2 100644 --- a/Build/source/utils/README +++ b/Build/source/utils/README @@ -37,7 +37,7 @@ xindy 2.3 - ok 24mar08 http://www.ctan.org/tex-archive/indexing/xindy/ After building clisp as described below, run the TL - Build --with-clisp=$clisp_builddir/clisp + Build --with-xindy --with-clisp=$clisp_builddir/clisp to include xindy in the build. It is disabled by default. mkdir clisp; cd clisp @@ -65,6 +65,8 @@ cd $clisp_basedir wget http://ftp.gnu.org/gnu/clisp/release/2.44.1/clisp-2.44.1.tar.gz gzip -dc clisp-2.44.1.tar.gz | tar xf - cd clisp-2.44.1 -./configure --with-ffcall --with-libffcall-prefix=$clisp_toolsdir --with-libsigsegv-prefix=$clisp_toolsdir --without-readline $clisp_builddir -cd $clisp_builddir -make +./configure --with-ffcall --with-libffcall-prefix=$clisp_toolsdir \ + --with-libsigsegv-prefix=$clisp_toolsdir --without-readline \ + $clisp_builddir \ +&& cd $clisp_builddir \ +&& make -- cgit v1.2.3