summaryrefslogtreecommitdiff
path: root/Build/source/README.config
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/README.config')
-rw-r--r--Build/source/README.config22
1 files changed, 22 insertions, 0 deletions
diff --git a/Build/source/README.config b/Build/source/README.config
index 22a46bee3c5..45a024f7b3e 100644
--- a/Build/source/README.config
+++ b/Build/source/README.config
@@ -176,6 +176,28 @@ disable support for PostScript specials.
2.5.2. --with-libgs-includes=DIR, --with-libgs-libdir=DIR
Non standard search locations for libgs.
+2.6. Configure options for utils/xindy/
+---------------------------------------
+2.6.1. --enable-xindy-rules
+Build and install xindy rules (default: yes, except for a TeX Live native
+build).
+
+2.6.2. --enable-xindy-docs
+Build and install xindy documentation (default: yes, except for a TeX Live
+native build).
+
+2.6.3. --with-clisp-runtime=PATH
+Specifies the full PATH of the CLISP runtime (lisp.run or lisp.exe) to be
+installed. When specified as `default' (the default for a TeX Live native
+build) the path is determined by the CLISP executable; the value `system'
+(not allowed for a TeX Live native build, but the default for a non-native
+one) indicates that xindy will use the installed version of clisp (that must
+be identical to the one used to build xindy).
+
+2.6.4. --with-recode
+Use `recode' instead of `iconv' to build the xindy rules and documentation,
+required for some systems where iconv is missing or broken.
+
3. Configure options for libraries
==================================