summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/info/tlbuild.info
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-05-03 18:06:32 +0000
committerKarl Berry <karl@freefriends.org>2015-05-03 18:06:32 +0000
commit0852f1037ffa19d3c26e5a998461d4bf125bcf5f (patch)
treee6697452ae3dd9dadb35acb8c800e74fe2788ce2 /Master/texmf-dist/doc/info/tlbuild.info
parent02519d98fa65eb6787dd394b2c438155b16d55be (diff)
tl-update-txi for 2015
git-svn-id: svn://tug.org/texlive/trunk@37166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/info/tlbuild.info')
-rw-r--r--Master/texmf-dist/doc/info/tlbuild.info810
1 files changed, 401 insertions, 409 deletions
diff --git a/Master/texmf-dist/doc/info/tlbuild.info b/Master/texmf-dist/doc/info/tlbuild.info
index 306b033ad62..a62f1ea9435 100644
--- a/Master/texmf-dist/doc/info/tlbuild.info
+++ b/Master/texmf-dist/doc/info/tlbuild.info
@@ -3,7 +3,7 @@ tlbuild.texi.
This file documents the TeX Live build system and more.
- Copyright (C) 2013, 2014 Karl Berry & Peter Breitenlohner.
+ Copyright (C) 2013, 2014, 2015 Karl Berry & Peter Breitenlohner.
Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
@@ -26,7 +26,7 @@ END-INFO-DIR-ENTRY

File: tlbuild.info, Node: Top, Next: Introduction, Up: (dir)
-Building TeX Live (2014)
+Building TeX Live (2015)
************************
For an overview of this manual, *note Introduction::.
@@ -52,7 +52,7 @@ File: tlbuild.info, Node: Introduction, Next: Overview of build system, Prev:
1 Introduction
**************
-This manual (dated May 2014) corresponds to the TeX Live 2014 release.
+This manual (dated May 2015) corresponds to the TeX Live 2015 release.
This manual is aimed at system installers and programmers, and
focuses on how to configure, build, and develop the TeX Live (TL)
@@ -250,10 +250,10 @@ File: tlbuild.info, Node: Build problems, Next: Build in parallel, Prev: Buil
4.2 Build problems
==================
-If configuring or building a module fails, you could either (a) find and
-fix the problem, or (b) remove the subdirectory for that module from the
-build tree, and rerun the top-level 'make' (or 'Build' with '--no-clean'
-as its first argument).
+If configuring or building a module fails, you should first find and fix
+the problem, then perhaps remove the subdirectory for that module from
+the build tree, and finally rerun the top-level 'make' (or 'Build' with
+'--no-clean' as its first argument).

File: tlbuild.info, Node: Build in parallel, Next: Build distribution, Prev: Build problems, Up: Building
@@ -307,7 +307,7 @@ comparably simple way to install e-TeX).
If you want to work on a single program within the TL sources, this
is the recommended way to do it. Here is an example from start to
-finish for working on 'dvipdfmx'.
+finish for working on 'dvipdfm-x'.
mkdir mydir && cd mydir # new working directory
@@ -326,17 +326,17 @@ finish for working on 'dvipdfmx'.
make >&outm
# Test:
- cd texk/dvipdfmx
+ cd texk/dvipdfm-x
make check
Then you modify source files in 'mydir/texk/dvipdfm-x' and rerun
'make' in 'mydir/Work/texk/dvipdfm-x' to rebuild.
- The second line the 'configure' are invocation shows examples of
-extra things you likely want to specify if you intend to hack the
-sources (and not just build binaries): the '-C' speeds up 'configure',
-and the 'CFLAGS' and 'CXXFLAGS' are to eliminate compiler optimization
-for debugging purposes.
+ The second line of the 'configure' invocation shows examples of extra
+things you likely want to specify if you intend to hack the sources (and
+not just build binaries): the '-C' speeds up 'configure', and the
+'CFLAGS' and 'CXXFLAGS' settings eliminate compiler optimization for
+debugging purposes.
Of course, one should actually look at the output and check that
things are working. There are many 'configure' options you can tweak as
@@ -403,7 +403,7 @@ defaults:
MANDIR DATAROOTDIR/man
INFODIR DATAROOTDIR/info
-... except possibly modified as follows:
+except possibly modified as follows:
* If the option '--enable-multiplatform' is given, '/PLATFORM' (i.e.,
the canonical platform name) is appended to 'BINDIR' and 'LIBDIR'.
@@ -555,10 +555,10 @@ many extra hassles, so don't do that, tempting as it may be.
Currently the versions we use are:
autoconf (GNU Autoconf) 2.69
- automake (GNU automake) 1.14.1
- bison (GNU Bison) 3.0.2
+ automake (GNU automake) 1.15
+ bison (GNU Bison) 3.0.4
flex 2.5.39
- ltmain.sh (GNU libtool) 2.4.2
+ ltmain.sh (GNU libtool) 2.4.6
m4 (GNU M4) 1.4.17
makeinfo (GNU texinfo) 5.2
@@ -588,10 +588,10 @@ File: tlbuild.info, Node: Top-level directories, Next: Autoconf macros, Prev:
Here is a brief description of the top-level directories in the TeX Live
source tree.
- As mentioned at the beginning of the chapter (*note Overview of build
-system::), the main source directories are 'texk/' (TeX-specific
-programs and libraries), 'utils/' (additional programs), and 'libs'
-(generic libraries).
+ As mentioned at the beginning of *note Overview of build system::,
+the main source directories are 'texk/' (TeX-specific programs and
+libraries), 'utils/' (additional programs), and 'libs/' (generic
+libraries).
The top-level directories 'am/' and 'm4/' contain 'Makefile.am'
fragments and Autoconf macros, respectively, used in many places.
@@ -702,7 +702,7 @@ Macros for compiler-related checks:
-- Macro: KPSE_COMPILER_WARNINGS
When using the (Objective) C/C++ compiler, set
- 'WARNING_[OBJ]C[XX']FLAGS to suitable warning flags (depending on
+ 'WARNING_[OBJ]C[XX]FLAGS' to suitable warning flags (depending on
the value given to or implied for '--enable-compiler-warnings').
Call 'AC_SUBST' for them. At the moment this only works for GNU
compilers, but could be extended to others if necessary.
@@ -754,13 +754,13 @@ library. E.g., for 'libs/libpng':
Provide the configure option '--with-system-libpng'. Set and
'AC_SUBST' 'make' variables for modules using this library (either
an installed version or from the TeX Live tree): 'LIBPNG_INCLUDES'
- for use in CPPFLAGS, LIBPNG_LIBS for use in LDADD, LIBPNG_DEPEND
- for use as dependency, and LIBPNG_RULE defining 'make' rules to
- rebuild the library.
+ for use in 'CPPFLAGS', 'LIBPNG_LIBS' for use in 'LDADD',
+ 'LIBPNG_DEPEND' for use as dependency, and 'LIBPNG_RULE' defining
+ 'make' rules to rebuild the library.
- -- Macro: KPSE_ADD_FLAGS (LIBNAME)
- Temporarily extend CPPFLAGS and LIBS with the values required for
- the library module 'NAME'.
+ -- Macro: KPSE_ADD_FLAGS (NAME)
+ Temporarily extend 'CPPFLAGS' and 'LIBS' with the values required
+ for the library module 'NAME'.
-- Macro: KPSE_RESTORE_FLAGS
Restore 'CPPFLAGS' and 'LIBS' to their original values.
@@ -772,8 +772,8 @@ library. E.g., for 'libs/libpng':
and its 'Makefile.am' would be along these lines:
bin_PROGRAMS = foo
- AM_CPPFLAGS = ${ZLIB_INCLUDES} ${LIBPNG_INCLUDES}
- foo_LDADD = ${ZLIB_LIBS} ${LIBPNG_LIBS}
+ AM_CPPFLAGS = ${LIBPNG_INCLUDES} ${ZLIB_INCLUDES}
+ foo_LDADD = ${LIBPNG_LIBS} ${ZLIB_LIBS}
foo_DEPENDENCIES = ${ZLIB_DEPEND} ${LIBPNG_DEPEND}
## Rebuild libz
@ZLIB_RULE@
@@ -851,8 +851,8 @@ File: tlbuild.info, Node: 'png' library, Next: 'zlib' library, Up: Library mo
----------------------------------------
This generic library uses the source tree in, e.g., the subdirectory
-'libpng-1.5.17' with all modifications for TL recorded in
-'libpng-1.5.17-PATCHES/*'. The 'configure.ac' fragment
+'libpng-1.6.16' with all modifications for TL recorded in
+'libpng-1.6.16-PATCHES/*'. The 'configure.ac' fragment
'ac/withenable.ac' contains
KPSE_WITH_LIB([libpng], [zlib])
@@ -936,11 +936,11 @@ installed by 'make install' together with the programs. They are,
however, not part of the TL DVD as distributed by TeX user groups, and
have never been officially released for standalone use.
- It is possible, and possibly even useful for distro builds (*note
-Distro builds::, to specify the configure option
-'--with-system-kpathsea' in order to use a system version of the library
-and it may then be necessary to specify '--with-kpathsea-includes'
-and/or '--with-kpathsea-libdir'.
+ It is possible, and perhaps even useful for distro builds (*note
+Distro builds::), to specify the configure option
+'--with-system-kpathsea' in order to use a system version of the
+library. Programs outside the TL tree should use 'pkg-config' for the
+required flags.
In addition to 'ac/withenable.ac' and 'ac/kpathsea.ac' there is a
third fragment 'ac/mktex.ac' included by both 'ac/withenable.ac' and
@@ -972,8 +972,8 @@ File: tlbuild.info, Node: 't1utils' package, Next: 'xindy' package, Up: Progr
6.5.1 The 't1utils' package in 'utils/t1utils'
----------------------------------------------
-Once again we use the distributed source tree 't1utils-1.38' with
-modifications documented in 't1utils-1.38-PATCHES/*' and a proxy build
+Once again we use the distributed source tree 't1utils-1.39' with
+modifications documented in 't1utils-1.39-PATCHES/*' and a proxy build
system consisting of 'configure.ac' and 'Makefile.am'. The fragment
'ac/withenable.ac' contains
@@ -988,10 +988,10 @@ File: tlbuild.info, Node: 'xindy' package, Next: 'xdvik' package, Prev: 't1ut
6.5.2 The 'xindy' package in 'utils/xindy'
------------------------------------------
-This module uses the distributed source tree 'xindy-2.4' with
-modifications documented in 'xindy-2.4-PATCHES/*', a proxy
+This module uses the distributed source tree 'xindy-2.5.1' with
+modifications documented in 'xindy-2.5.1-PATCHES/*', a proxy
'configure.ac', and a wrapper 'Makefile.am' that descends into
-'xindy-2.4'. The 'xindy' build requires that the distributed
+'xindy-2.5.1'. The 'xindy' build requires that the distributed
'Makefile's allow a 'VPATH' build, can handle all targets, and do not
refer to '${top_srcdir}' or '${top_builddir}'. The fragment
'ac/withenable.ac' contains
@@ -1165,7 +1165,7 @@ at the top level gives an exhaustive list of all global options and a
few important module-specific ones, whereas, e.g.,
'texk/lcdf-typetools/configure --help'
also displays the 'lcdf-typetools' specific options, which are not shown
-by the top-level '--help'.
+at the top-level.
The help text also mentions several influential environment
variables, but for TeX Live it is better to specify them as assigments
@@ -1258,9 +1258,8 @@ files must always be <2GB, due to the file format specifications.
With LFS, there is no fixed limit on the size of PDF files created by
'pdftex' or PostScript files created by 'dvips'. The size of PDF images
-included by 'pdftex' must, however, be <4GB when using 'xpdf' and <2GB
-when using older versions of 'poppler' (even on 64-bit systems with
-LFS), whereas 'poppler' versions 0.23 and later impose no such limit.
+included by 'pdftex' or 'luatex' must, however, be <2GB when using
+'poppler' version 0.22 or before (even on 64-bit systems with LFS).

File: tlbuild.info, Node: '--disable-missing', Next: '--enable-compiler-warnings='LEVEL, Prev: '--disable-largefile', Up: Global configure options
@@ -1316,12 +1315,11 @@ File: tlbuild.info, Node: '--enable-multiplatform', Next: '--enable-shared',
7.1.8 '--enable-multiplatform'
------------------------------
-If enabled, install executables and libraries in per-platform
-subdirectories of 'EPREFIX/bin' and 'EPREFIX/lib' where EPREFIX is the
-value given or implied for 'exec_prefix'. This can be overridden by
-explicitly '--bindir=DIR' or '--libdir=DIR'. In any case, the values
-for 'bindir' and 'libdir' are automatically propagated to all
-subdirectories.
+If enabled and '--bindir=DIR' or '--libdir=DIR' are not specified,
+install executables and libraries in per-platform subdirectories of
+'EPREFIX/bin' and 'EPREFIX/lib' where EPREFIX is the value given or
+implied for 'exec_prefix'. In any case, the values for 'bindir' and
+'libdir' are automatically propagated to all subdirectories.

File: tlbuild.info, Node: '--enable-shared', Next: '--enable-silent-rules', Prev: '--enable-multiplatform', Up: Global configure options
@@ -1447,11 +1445,6 @@ Disable TeX's '--ipc' option.
'--disable-mf-nowin'
Do not build a separate non-graphically-capable Metafont ('mf-nowin').
-'--disable-omfonts'
-Build the WEB versions of the Omega font utilities 'ofm2opl', 'opl2ofm',
-'ovf2ovp', and 'ovp2ovf' instead of the C version 'omfonts'. The WEB
-and C versions should be roughly equivalent.
-
'--disable-tex', '--enable-etex', ...
Do not or do build the various TeX, Metafont, and MetaPost engines
(defaults are defined in the fragment 'texk/web2c/ac/web2c.ac').
@@ -1479,19 +1472,22 @@ Build the TeX engines with or without 'SyncTeX' support; ignored for a
native TeX Live build, defaults are again defined in
'texk/web2c/ac/web2c.ac'.
+'--disable-synctex'
+Do not build the 'SyncTeX' library and tool.
+

File: tlbuild.info, Node: Configure options for 'texk/bibtex-x', Next: Configure options for 'texk/dvipdfm-x', Prev: Configure options for 'texk/web2c', Up: Program-specific configure options
7.2.4 Configure options for 'texk/bibtex-x'
-------------------------------------------
-The former programs 'bibtex8' and 'bibtexu' have been merged into the
-module 'bibtex-x' (extended BibTeX).
+The programs 'bibtex8' and 'bibtexu' have been merged into the module
+'bibtex-x' (extended BibTeX).
'--disable-bibtex8'
Do not build the 'bibtex8' program.
- -disable-bibtexu '--disable-bibtexu'
+'--disable-bibtexu'
Do not build the 'bibtexu' program (building 'bibtexu' requires 'ICU'
libraries).
@@ -1508,11 +1504,10 @@ created by default. In addition, 'dvipdfm' is created as a symlink to
'dvipdfmx', with backward-compatible (very slightly different) behavior.
'--disable-dvipdfmx'
-Do not build the 'dvipdfmx' program or create the 'dvipdfm' symlink.
+Do not build the 'dvipdfmx' program with the 'dvipdfm' symlink.
'--disable-xdvipdfmx'
-Do not build the 'xdvipdfmx' program (building 'xdvipdfmx' requires the
-'freetype' library).
+Do not build the 'xdvipdfmx' program.

File: tlbuild.info, Node: Configure options for 'texk/dvisvgm', Next: Configure options for 'texk/texlive', Prev: Configure options for 'texk/dvipdfm-x', Up: Program-specific configure options
@@ -1528,8 +1523,8 @@ PostScript specials.
'--without-libgs'
Build 'dvisvgm' without PostScript support at all. Because the dynamic
-loading just mention defeats all attempts at static linking, the result
-can crash due to library incompatibilities, e.g., on CentOS 5.
+loading just mentioned defeats all attempts at static linking, the
+result can crash due to library incompatibilities, e.g., on CentOS 5.
'--with-libgs-includes=DIR', '--with-libgs-libdir=DIR'
Specify non-standard locations of the Ghostscript headers and library.
@@ -1584,11 +1579,6 @@ for a non-native one) indicates that 'xindy' will use the installed
version of 'clisp' (which must be identical to the one used to build
'xindy').
-'--with-recode'
-Use 'recode' instead of 'iconv' to build the 'xindy' rules and
-documentation, required for some systems where 'iconv' is missing or
-broken.
-

File: tlbuild.info, Node: Library-specific configure options, Next: Variables for configure, Prev: Program-specific configure options, Up: Configure options
@@ -1606,8 +1596,8 @@ Using a system version implies also using the system versions of all
libraries (if any) that LIB depends on.
For many libraries '--with-LIB-includes=DIR' and
-'--with-LIB-libdir=DIR' to specify non-standard search locations; others
-use 'pkg-config' or similar to determine the required flags.
+'--with-LIB-libdir=DIR' can specify non-standard search locations;
+others use 'pkg-config' or similar to determine the required flags.
The top-level 'configure' script performs a consistency check for all
required system libraries and bails out if tests fail.
@@ -1649,13 +1639,14 @@ File: tlbuild.info, Node: Configure options for system 'poppler', Prev: Config
7.3.2 Configure options for system 'poppler'
--------------------------------------------
-Building LuaTeX and XeTeX requires 'poppler', either from the TL tree or
-system headers and library. Building pdfTeX requires either 'xpdf' from
-the TeX Live tree or system 'poppler' headers and library.
+Building LuaTeX (or LuaJITTeX) and XeTeX requires 'poppler', either from
+the TL tree or system headers and library. Building pdfTeX requires
+either 'xpdf' from the TeX Live tree or system 'poppler' headers and
+library.
'--with-system-poppler'
-Use a system version (0.18 or newer) of 'poppler' for LuaTeX and XeTeX,
-and use 'pkg-config' to obtain the required flags.
+Use a system version (0.18 or newer) of 'poppler' for LuaTeX (or
+LuaJITTeX) and XeTeX, and use 'pkg-config' to obtain the required flags.
'--with-system-xpdf'
Use a system version (0.12 or better) of 'poppler' (and 'pkg-config')
@@ -1727,10 +1718,13 @@ useful to add the configure option '--build=HOST' to get the correct
canonical host name, but note that this should _not_ be '--host=HOST'
(*note (autoconf)Hosts and Cross-Compilation::).
- In order to build, e.g., 32-bit binaries with 'clang' on a 64-bit OSX
-system one could use
- './Build --build=i386-apple-darwin CC='clang -arch i386'' \
- 'CXX='clang++ -arch i386' OBJCXX='clang++ -arch i386''
+ In order to build, e.g., 32-bit binaries with 'clang' on a 64-bit
+MacOSX system one could use:
+
+ TL_BUILD_ENV="CC='clang -arch i386' \
+ CXX='clang++ -arch i386' \
+ OBJCXX='clang++ -arch i386'" \
+ ./Build --build=i386-apple-darwin
* Menu:
@@ -1872,7 +1866,7 @@ that may or may not be available on a particular system. It uses
the perhaps slightly less efficient alternative
#if !(defined HAVE_DECL_STPCPY && HAVE_DECL_STPCPY)
- #static inline char *stpcpy(char *dest, const char *src)
+ static inline char *stpcpy(char *dest, const char *src)
{
return strcpy(dest, src) + strlen(src);
}
@@ -4368,17 +4362,21 @@ Index
* --bindir configure option: '--prefix' '--bindir' ....
(line 6)
+* --bindir configure option <1>: '--enable-multiplatform'.
+ (line 6)
* --build=HOST: Cross configuring. (line 6)
* --disable-all-packages configure option: Build one package. (line 6)
* --disable-all-pkgs: '--disable-all-pkgs'. (line 6)
* --disable-bibtex8: Configure options for 'texk/bibtex-x'.
(line 9)
+* --disable-bibtexu: Configure options for 'texk/bibtex-x'.
+ (line 12)
* --disable-dump-share: Configure options for 'texk/web2c'.
(line 27)
* --disable-dvipdfmx: Configure options for 'texk/dvipdfm-x'.
(line 12)
* --disable-etex-synctex: Configure options for 'texk/web2c'.
- (line 64)
+ (line 59)
* --disable-ipc: Configure options for 'texk/web2c'.
(line 31)
* --disable-largefile: '--disable-largefile'.
@@ -4390,28 +4388,28 @@ Index
* --disable-missing: '--disable-missing'. (line 6)
* --disable-native-texlive-build: '--disable-native-texlive-build'.
(line 6)
-* --disable-omfonts: Configure options for 'texk/web2c'.
- (line 37)
* --disable-PROG: '--enable-PROG' '--disable-PROG'.
(line 6)
+* --disable-synctex: Configure options for 'texk/web2c'.
+ (line 64)
* --disable-tex: Configure options for 'texk/web2c'.
- (line 42)
+ (line 37)
* --disable-web-progs: Configure options for 'texk/web2c'.
- (line 46)
+ (line 41)
* --disable-xdvipdfmx: Configure options for 'texk/dvipdfm-x'.
(line 15)
* --enable-*win for Metafont window support: Configure options for 'texk/web2c'.
- (line 60)
+ (line 55)
* --enable-auto-core: Configure options for 'texk/web2c'.
- (line 50)
+ (line 45)
* --enable-compiler-warnings=LEVEL: '--enable-compiler-warnings='LEVEL.
(line 6)
* --enable-cxx-runtime-hack configure option: Macros for compilers.
(line 29)
* --enable-etex: Configure options for 'texk/web2c'.
- (line 42)
+ (line 37)
* --enable-libtool-hack: Configure options for 'texk/web2c'.
- (line 55)
+ (line 50)
* --enable-maintainer-mode: '--enable-maintainer-mode'.
(line 6)
* --enable-maintainer-mode configure option: Build system tools.
@@ -4425,7 +4423,7 @@ Index
* --enable-silent-rules: '--enable-silent-rules'.
(line 6)
* --enable-tex-synctex: Configure options for 'texk/web2c'.
- (line 64)
+ (line 59)
* --enable-texlive-build: '--disable-native-texlive-build'.
(line 16)
* --enable-xi2-scrolling: Configure options for 'texk/xdvik'.
@@ -4435,7 +4433,7 @@ Index
* --enable-xindy-rules: Configure options for 'utils/xindy'.
(line 6)
* --host=HOST: Cross configuring. (line 6)
-* --libdir: '--enable-multiplatform'.
+* --libdir configure option: '--enable-multiplatform'.
(line 6)
* --no-clean Build option: Build problems. (line 6)
* --prefix configure option: '--prefix' '--bindir' ....
@@ -4456,8 +4454,6 @@ Index
(line 16)
* --with-libgs-includes, -libdir: Configure options for 'texk/dvisvgm'.
(line 17)
-* --with-recode: Configure options for 'utils/xindy'.
- (line 23)
* --with-system-kpathsea: 'kpathsea' library. (line 14)
* --with-system-LIB: Adding a new generic library module.
(line 34)
@@ -4466,9 +4462,9 @@ Index
* --with-system-libgs: Configure options for 'texk/dvisvgm'.
(line 6)
* --with-system-poppler: Configure options for system 'poppler'.
- (line 10)
+ (line 11)
* --with-system-xpdf: Configure options for system 'poppler'.
- (line 14)
+ (line 15)
* --with-xdvi-x-toolkit: 'xdvik' package. (line 21)
* --with-xdvi-x-toolkit=KIT: Configure options for 'texk/xdvik'.
(line 9)
@@ -4629,8 +4625,6 @@ Index
* GNU/Linux distro: Distro builds. (line 6)
* Gnulib, used for common files: Top-level directories.
(line 30)
-* iconv: Configure options for 'utils/xindy'.
- (line 23)
* ICU cross compiling: Cross problems. (line 25)
* ICU libraries: Variables for configure.
(line 24)
@@ -4735,7 +4729,7 @@ Index
* Libtool: Overview of build system.
(line 6)
* libtool, hack for avoiding excessive linking: Configure options for 'texk/web2c'.
- (line 55)
+ (line 50)
* libXt: Configure options for 'texk/web2c'.
(line 22)
* linked scripts: Linked scripts. (line 6)
@@ -4770,8 +4764,6 @@ Index
* one package, building: Build one package. (line 6)
* OpenGL, required for Asymptote: 'asymptote'. (line 6)
* operating system distribution, building for: Distro builds. (line 6)
-* opl2ofm, et al.: Configure options for 'texk/web2c'.
- (line 37)
* otangle: Cross problems. (line 31)
* overall build process: Building. (line 6)
* parallel build: Build in parallel. (line 6)
@@ -4794,7 +4786,7 @@ Index
(line 10)
* Preining, Norbert: Distro builds. (line 54)
* preloaded binaries: Configure options for 'texk/web2c'.
- (line 50)
+ (line 45)
* prerequisites for building: Prerequisites. (line 6)
* problems with build: Build problems. (line 6)
* program module, adding: Adding a new program module.
@@ -4803,8 +4795,6 @@ Index
* program-specific 'configure' options: Program-specific configure options.
(line 6)
* reautoconf: Build system tools. (line 28)
-* recode: Configure options for 'utils/xindy'.
- (line 23)
* requirements for building: Prerequisites. (line 6)
* runscript.exe: Macros for Windows. (line 25)
* scripts, linked and not maintained: Linked scripts. (line 6)
@@ -4833,6 +4823,8 @@ Index
* support files, separate from build: Installing. (line 8)
* symlinks, used for scripts: Linked scripts. (line 6)
* synctex: Configure options for 'texk/web2c'.
+ (line 59)
+* synctex <1>: Configure options for 'texk/web2c'.
(line 64)
* system distribution, building for: Distro builds. (line 6)
* t1utils package: 't1utils' package. (line 6)
@@ -4859,7 +4851,7 @@ Index
* WARNING_C[XX]FLAGS: Macros for compilers. (line 9)
* web2c program: Cross problems. (line 13)
* web2c.ac: Configure options for 'texk/web2c'.
- (line 42)
+ (line 37)
* wget: Linked scripts. (line 22)
* WIN32, Automake conditional: Macros for Windows. (line 16)
* WIN32_WRAP, Automake conditional: Macros for Windows. (line 25)
@@ -4897,313 +4889,313 @@ Index

Tag Table:
-Node: Top993
-Node: Introduction1911
-Node: Overview of build system3384
-Node: Prerequisites5448
-Node: Building7510
-Node: Build iteration8729
-Node: Build problems9801
-Node: Build in parallel10194
-Node: Build distribution10786
-Node: Build one package11357
-Node: Installing14130
-Node: Installation directories15145
-Node: Linked scripts16965
-Node: Distro builds18446
-Node: Layout and infrastructure20836
-Node: Build system tools21625
-Node: Top-level directories23637
+Node: Top999
+Node: Introduction1917
+Node: Overview of build system3390
+Node: Prerequisites5454
+Node: Building7516
+Node: Build iteration8735
+Node: Build problems9807
+Node: Build in parallel10210
+Node: Build distribution10802
+Node: Build one package11373
+Node: Installing14149
+Node: Installation directories15164
+Node: Linked scripts16980
+Node: Distro builds18461
+Node: Layout and infrastructure20851
+Node: Build system tools21640
+Node: Top-level directories23650
Node: Autoconf macros25691
Node: General setup macros26392
Node: Macros for programs27259
Node: Macros for compilers28071
Node: Macros for libraries29505
Node: Macros for library and header flags29931
-Node: Macros for Windows31800
-Node: Library modules33377
-Node: 'png' library33874
-Node: 'zlib' library36167
-Node: 'freetype' library36688
-Node: 'kpathsea' library37222
-Node: Program modules38646
-Node: 't1utils' package39082
-Node: 'xindy' package39649
-Node: 'xdvik' package40828
-Node: 'asymptote'41907
-Node: Extending TeX Live42362
-Node: Adding a new program module42730
-Node: Adding a new generic library module44249
-Node: Adding a new TeX-specific library module46462
-Node: Configure options47149
-Node: Global configure options48540
-Node: '--disable-native-texlive-build'49108
-Node: '--prefix' '--bindir' ...50104
-Node: '--disable-largefile'50652
-Node: '--disable-missing'51419
-Node: '--enable-compiler-warnings='LEVEL51826
-Node: '--enable-cxx-runtime-hack'52571
-Node: '--enable-maintainer-mode'53004
-Node: '--enable-multiplatform'53539
-Node: '--enable-shared'54100
-Node: '--enable-silent-rules'54477
-Node: '--without-ln-s'54939
-Node: '--without-x'55296
-Node: Program-specific configure options55488
-Node: '--enable-PROG' '--disable-PROG'56151
-Node: '--disable-all-pkgs'56434
-Node: Configure options for 'texk/web2c'57428
-Node: Configure options for 'texk/bibtex-x'60095
-Node: Configure options for 'texk/dvipdfm-x'60671
-Node: Configure options for 'texk/dvisvgm'61510
-Node: Configure options for 'texk/texlive'62400
-Node: Configure options for 'texk/xdvik'62827
-Node: Configure options for 'utils/xindy'63437
-Node: Library-specific configure options64499
-Node: Configure options for 'kpathsea'65513
-Node: Configure options for system 'poppler'66226
-Node: Variables for configure66993
-Node: Cross compilation68421
-Node: Cross configuring69686
-Node: Cross problems71359
-Node: Coding conventions73220
-Node: Declarations and definitions73889
-Node: Const76072
-Node: install-tl77935
-Node: install-tl NAME78276
-Node: install-tl SYNOPSIS78434
-Node: install-tl DESCRIPTION78642
-Node: install-tl REFERENCES79643
-Node: install-tl OPTIONS80159
-Ref: install-tl *-gui* [[=]_module_]80513
-Ref: install-tl 'text'80722
-Ref: install-tl 'wizard'80845
-Ref: install-tl 'perltk'80999
-Ref: install-tl *-no-gui*81433
-Ref: install-tl *-lang* _llcode_81514
-Ref: install-tl *-repository* _url|path_82201
-Ref: install-tl *-select-repository*84012
-Ref: install-tl *-all-options*84448
-Ref: install-tl *-custom-bin* _path_84755
-Ref: install-tl *-debug-translation*85410
-Ref: install-tl *-force-platform* _platform_85629
-Ref: install-tl *-help*, *--help*, *-?*85873
-Ref: install-tl *-in-place*86266
-Ref: install-tl *-logfile* _file_86793
-Ref: install-tl *-no-cls*87144
-Ref: install-tl *-non-admin*87275
-Ref: install-tl *--persistent-downloads*87380
-Ref: install-tl *--no-persistent-downloads*87408
-Ref: install-tl *-portable*88016
-Ref: install-tl *-print-platform*88155
-Ref: install-tl *-profile* _profile_88348
-Ref: install-tl *-q*89842
-Ref: install-tl *-scheme* _scheme_89904
-Ref: install-tl *-v*90378
-Ref: install-tl *-version*, *--version*90539
-Node: install-tl ENVIRONMENT VARIABLES90670
-Ref: install-tl 'TEXLIVE_INSTALL_ENV_NOCHECK'91059
-Ref: install-tl 'TEXLIVE_INSTALL_NO_CONTEXT_CACHE'91261
-Ref: install-tl 'TEXLIVE_INSTALL_PREFIX'91367
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFCONFIG'91398
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFHOME'91427
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFLOCAL'91457
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSCONFIG'91491
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSVAR'91522
-Ref: install-tl 'TEXLIVE_INSTALL_TEXMFVAR'91550
-Ref: install-tl 'NOPERLDOC'91605
-Node: install-tl AUTHORS AND COPYRIGHT91669
-Node: tlmgr92027
-Node: tlmgr NAME92464
-Node: tlmgr SYNOPSIS92589
-Node: tlmgr DESCRIPTION92779
-Node: tlmgr EXAMPLES93875
-Ref: tlmgr 'tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet'94166
-Ref: tlmgr 'tlmgr update --list'94347
-Ref: tlmgr 'tlmgr update --all'94440
-Ref: tlmgr 'tlmgr info' _pkg_94596
-Node: tlmgr OPTIONS94802
-Ref: tlmgr *--repository* _url|path_95322
-Ref: tlmgr *--gui* [_action_]96047
-Ref: tlmgr *--gui-lang* _llcode_96454
-Ref: tlmgr *--debug-translation*97137
-Ref: tlmgr *--machine-readable*97340
-Ref: tlmgr *--no-execute-actions*97608
-Ref: tlmgr *--package-logfile* _file_97801
-Ref: tlmgr *--pause*98056
-Ref: tlmgr *--persistent-downloads*98211
-Ref: tlmgr *--no-persistent-downloads*98239
-Ref: tlmgr *--pin-file*98733
-Ref: tlmgr *--usermode*98951
-Ref: tlmgr *--usertree* _dir_99071
-Node: tlmgr ACTIONS99621
-Node: tlmgr help100853
-Node: tlmgr version101329
-Node: tlmgr backup [--clean[=_N_]] [--backupdir _dir_] [--all | _pkg_]...101647
-Ref: tlmgr *--backupdir* _directory_102741
-Ref: tlmgr *--all*102938
-Ref: tlmgr *--clean*[=_N_]103160
-Ref: tlmgr *--dry-run*103457
-Node: tlmgr candidates _pkg_103577
-Ref: tlmgr *candidates _pkg_* 1103864
-Node: tlmgr check [_option_]... [files|depends|executes|runfiles|all]104008
-Ref: tlmgr *files*104451
-Ref: tlmgr *depends*104586
-Ref: tlmgr *executes*104928
-Ref: tlmgr *runfiles*105046
-Ref: tlmgr *--use-svn*105158
-Node: tlmgr conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]105275
-Node: tlmgr dump-tlpdb [--local|--remote]107347
-Ref: tlmgr *--local*107857
-Ref: tlmgr *--remote*107896
-Node: tlmgr generate [_option_]... _what_108318
-Ref: tlmgr *generate language*108559
-Ref: tlmgr *generate language.dat*108584
-Ref: tlmgr *generate language.def*108609
-Ref: tlmgr *generate language.dat.lua*108638
-Ref: tlmgr *generate fmtutil*108658
-Ref: tlmgr *--dest* _output_file_110895
-Ref: tlmgr *--localcfg* _local_conf_file_111471
-Ref: tlmgr *--rebuild-sys*111594
-Node: tlmgr gui112455
-Node: tlmgr info [_option_...] [collections|schemes|_pkg_...]112699
-Ref: tlmgr *--list*113904
-Ref: tlmgr *--only-installed*114183
-Ref: tlmgr *--taxonomy*114398
-Ref: tlmgr *--keyword*114410
-Ref: tlmgr *--functionality*114428
-Ref: tlmgr *--characterization*114449
-Node: tlmgr init-usertree114662
-Node: tlmgr install [_option_]... _pkg_...115088
-Ref: tlmgr *--file*115452
-Ref: tlmgr *--reinstall*115678
-Ref: tlmgr *--no-depends*116058
-Ref: tlmgr *--no-depends-at-all*116217
-Ref: tlmgr *--dry-run* 1116615
-Ref: tlmgr *--force*116733
-Node: tlmgr option116939
-Ref: tlmgr *option [show]*117112
-Ref: tlmgr *option showall*117130
-Ref: tlmgr *option _key_ [_value_]*117156
-Node: tlmgr paper121004
-Ref: tlmgr *paper [a4|letter]*121189
-Ref: tlmgr *[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*121263
-Node: tlmgr path [--w32mode=user|admin] [add|remove]122290
-Node: tlmgr pinning123773
-Ref: tlmgr 'pinning show'124080
-Ref: tlmgr 'pinning add' _repo_ _pkgglob_...124153
-Ref: tlmgr 'pinning remove' _repo_ _pkgglob_...124272
-Ref: tlmgr 'pinning remove _repo_ --all'124425
-Node: tlmgr platform list|add|remove _platform_...124479
-Node: tlmgr platform set _platform_124727
-Node: tlmgr platform set auto124955
-Ref: tlmgr *--dry-run* 2126072
-Node: tlmgr postaction [--w32mode=user|admin] [--fileassocmode=1|2] [--all] [install|remove] [shortcut|fileassoc|script] [_pkg_]...126181
-Node: tlmgr print-platform127483
-Node: tlmgr restore [--backupdir _dir_] [--all | _pkg_ [_rev_]]127955
-Ref: tlmgr *--all* 1128851
-Ref: tlmgr *--backupdir* _directory_ 1129045
-Ref: tlmgr *--dry-run* 3129201
-Ref: tlmgr *--force* 1129318
-Node: tlmgr remove [_option_]... _pkg_...129346
-Ref: tlmgr *--no-depends* 1129869
-Ref: tlmgr *--no-depends-at-all* 1129931
-Ref: tlmgr *--force* 2129987
-Ref: tlmgr *--dry-run* 4130459
-Node: tlmgr repository130566
-Ref: tlmgr *repository list*130774
-Ref: tlmgr *repository list _path|tag_*130804
-Ref: tlmgr *repository add _path_ [_tag_]*130837
-Ref: tlmgr *repository remove _path|tag_*130869
-Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*130923
-Node: tlmgr search [_option_...] _what_132007
-Node: tlmgr search [_option_...] --file _what_132518
-Node: tlmgr search [_option_...] --taxonomy _what_132769
-Node: tlmgr search [_option_...] --keyword _what_133080
-Node: tlmgr search [_option_...] --functionality _what_133398
-Node: tlmgr search [_option_...] --characterization _what_133736
-Node: tlmgr search [_option_...] --all _what_134076
-Ref: tlmgr *--global*134524
-Ref: tlmgr *--word*134636
-Ref: tlmgr *--list* 1134875
-Ref: tlmgr *--file* 1135221
-Ref: tlmgr *--taxonomy* 1135278
-Ref: tlmgr *--keyword* 1135290
-Ref: tlmgr *--functionality* 1135308
-Ref: tlmgr *--characterization* 1135329
-Ref: tlmgr *--all* 2135484
-Node: tlmgr uninstall135567
-Ref: tlmgr *--force* 3135821
-Node: tlmgr update [_option_]... [_pkg_]...135877
-Ref: tlmgr *--all* 3136248
-Ref: tlmgr *--self*137989
-Ref: tlmgr *--dry-run* 5138753
-Ref: tlmgr *--list* [_pkg_]138930
-Ref: tlmgr *--exclude* _pkg_139619
-Ref: tlmgr *--no-auto-remove* [_pkg_]...140312
-Ref: tlmgr *--no-auto-install* [_pkg_]...140763
-Ref: tlmgr *--reinstall-forcibly-removed*141419
-Ref: tlmgr *--backup* and *--backupdir* _directory_141983
-Ref: tlmgr *--no-depends* 2143164
-Ref: tlmgr *--no-depends-at-all* 2143367
-Ref: tlmgr *--force* 4143423
-Node: tlmgr USER MODE143849
-Node: tlmgr user mode install146660
-Node: tlmgr user mode backup; restore; remove; update147607
-Node: tlmgr user mode generate; option; paper148049
-Node: tlmgr CONFIGURATION FILE FOR TLMGR148425
-Node: tlmgr TAXONOMIES149516
-Ref: tlmgr '--keyword' 2150142
-Ref: tlmgr '--functionality' 2150227
-Ref: tlmgr '--characterization' 2150383
-Ref: tlmgr '--taxonomy' 2150524
-Node: tlmgr MULTIPLE REPOSITORIES151065
-Node: tlmgr Pinning152786
-Node: tlmgr GUI FOR TLMGR154761
-Node: tlmgr Main display155983
-Node: tlmgr Display configuration area156235
-Ref: tlmgr Status156596
-Ref: tlmgr Category156760
-Ref: tlmgr Match156946
-Ref: tlmgr Selection157206
-Ref: tlmgr Display configuration buttons157410
-Node: tlmgr Package list area157593
-Ref: tlmgr a checkbox158177
-Ref: tlmgr package name158313
-Ref: tlmgr local revision (and version)158412
-Ref: tlmgr remote revision (and version)158787
-Ref: tlmgr short description159084
-Node: tlmgr Main display action buttons159129
-Ref: tlmgr Update all installed159395
-Ref: tlmgr Update159767
-Ref: tlmgr Install159817
-Ref: tlmgr Remove160003
-Ref: tlmgr Backup160181
-Node: tlmgr Menu bar160338
-Ref: tlmgr 'tlmgr' menu160535
-Ref: tlmgr 'Options menu'160843
-Ref: tlmgr 'Actions menu'161926
-Ref: tlmgr 'Help menu'162354
-Node: tlmgr MACHINE-READABLE OUTPUT162487
-Node: tlmgr Machine-readable 'update' and 'install' output163303
-Ref: tlmgr 'location-url' _location_164585
-Ref: tlmgr 'total-bytes' _count_164801
-Ref: tlmgr _pkgname_165211
-Ref: tlmgr _status_165421
-Ref: tlmgr 'd'165499
-Ref: tlmgr 'f'165559
-Ref: tlmgr 'u'165738
-Ref: tlmgr 'r'165784
-Ref: tlmgr 'a'165907
-Ref: tlmgr 'i'166085
-Ref: tlmgr 'I'166204
-Ref: tlmgr _localrev_166306
-Ref: tlmgr _serverrev_166413
-Ref: tlmgr _size_166525
-Ref: tlmgr _runtime_166694
-Ref: tlmgr _esttot_166764
-Node: tlmgr Machine-readable 'option' output166797
-Node: tlmgr AUTHORS AND COPYRIGHT167315
-Node: Index167662
+Node: Macros for Windows31811
+Node: Library modules33388
+Node: 'png' library33885
+Node: 'zlib' library36178
+Node: 'freetype' library36699
+Node: 'kpathsea' library37233
+Node: Program modules38636
+Node: 't1utils' package39072
+Node: 'xindy' package39639
+Node: 'xdvik' package40824
+Node: 'asymptote'41903
+Node: Extending TeX Live42358
+Node: Adding a new program module42726
+Node: Adding a new generic library module44245
+Node: Adding a new TeX-specific library module46458
+Node: Configure options47145
+Node: Global configure options48527
+Node: '--disable-native-texlive-build'49095
+Node: '--prefix' '--bindir' ...50091
+Node: '--disable-largefile'50639
+Node: '--disable-missing'51332
+Node: '--enable-compiler-warnings='LEVEL51739
+Node: '--enable-cxx-runtime-hack'52484
+Node: '--enable-maintainer-mode'52917
+Node: '--enable-multiplatform'53452
+Node: '--enable-shared'53996
+Node: '--enable-silent-rules'54373
+Node: '--without-ln-s'54835
+Node: '--without-x'55192
+Node: Program-specific configure options55384
+Node: '--enable-PROG' '--disable-PROG'56047
+Node: '--disable-all-pkgs'56330
+Node: Configure options for 'texk/web2c'57324
+Node: Configure options for 'texk/bibtex-x'59848
+Node: Configure options for 'texk/dvipdfm-x'60397
+Node: Configure options for 'texk/dvisvgm'61176
+Node: Configure options for 'texk/texlive'62068
+Node: Configure options for 'texk/xdvik'62495
+Node: Configure options for 'utils/xindy'63105
+Node: Library-specific configure options64010
+Node: Configure options for 'kpathsea'65025
+Node: Configure options for system 'poppler'65738
+Node: Variables for configure66535
+Node: Cross compilation67963
+Node: Cross configuring69262
+Node: Cross problems70935
+Node: Coding conventions72796
+Node: Declarations and definitions73465
+Node: Const75647
+Node: install-tl77510
+Node: install-tl NAME77851
+Node: install-tl SYNOPSIS78009
+Node: install-tl DESCRIPTION78217
+Node: install-tl REFERENCES79218
+Node: install-tl OPTIONS79734
+Ref: install-tl *-gui* [[=]_module_]80088
+Ref: install-tl 'text'80297
+Ref: install-tl 'wizard'80420
+Ref: install-tl 'perltk'80574
+Ref: install-tl *-no-gui*81008
+Ref: install-tl *-lang* _llcode_81089
+Ref: install-tl *-repository* _url|path_81776
+Ref: install-tl *-select-repository*83587
+Ref: install-tl *-all-options*84023
+Ref: install-tl *-custom-bin* _path_84330
+Ref: install-tl *-debug-translation*84985
+Ref: install-tl *-force-platform* _platform_85204
+Ref: install-tl *-help*, *--help*, *-?*85448
+Ref: install-tl *-in-place*85841
+Ref: install-tl *-logfile* _file_86368
+Ref: install-tl *-no-cls*86719
+Ref: install-tl *-non-admin*86850
+Ref: install-tl *--persistent-downloads*86955
+Ref: install-tl *--no-persistent-downloads*86983
+Ref: install-tl *-portable*87591
+Ref: install-tl *-print-platform*87730
+Ref: install-tl *-profile* _profile_87923
+Ref: install-tl *-q*89417
+Ref: install-tl *-scheme* _scheme_89479
+Ref: install-tl *-v*89953
+Ref: install-tl *-version*, *--version*90114
+Node: install-tl ENVIRONMENT VARIABLES90245
+Ref: install-tl 'TEXLIVE_INSTALL_ENV_NOCHECK'90634
+Ref: install-tl 'TEXLIVE_INSTALL_NO_CONTEXT_CACHE'90836
+Ref: install-tl 'TEXLIVE_INSTALL_PREFIX'90942
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFCONFIG'90973
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFHOME'91002
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFLOCAL'91032
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSCONFIG'91066
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSVAR'91097
+Ref: install-tl 'TEXLIVE_INSTALL_TEXMFVAR'91125
+Ref: install-tl 'NOPERLDOC'91180
+Node: install-tl AUTHORS AND COPYRIGHT91244
+Node: tlmgr91602
+Node: tlmgr NAME92039
+Node: tlmgr SYNOPSIS92164
+Node: tlmgr DESCRIPTION92354
+Node: tlmgr EXAMPLES93450
+Ref: tlmgr 'tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet'93741
+Ref: tlmgr 'tlmgr update --list'93922
+Ref: tlmgr 'tlmgr update --all'94015
+Ref: tlmgr 'tlmgr info' _pkg_94171
+Node: tlmgr OPTIONS94377
+Ref: tlmgr *--repository* _url|path_94897
+Ref: tlmgr *--gui* [_action_]95622
+Ref: tlmgr *--gui-lang* _llcode_96029
+Ref: tlmgr *--debug-translation*96712
+Ref: tlmgr *--machine-readable*96915
+Ref: tlmgr *--no-execute-actions*97183
+Ref: tlmgr *--package-logfile* _file_97376
+Ref: tlmgr *--pause*97631
+Ref: tlmgr *--persistent-downloads*97786
+Ref: tlmgr *--no-persistent-downloads*97814
+Ref: tlmgr *--pin-file*98308
+Ref: tlmgr *--usermode*98526
+Ref: tlmgr *--usertree* _dir_98646
+Node: tlmgr ACTIONS99196
+Node: tlmgr help100428
+Node: tlmgr version100904
+Node: tlmgr backup [--clean[=_N_]] [--backupdir _dir_] [--all | _pkg_]...101222
+Ref: tlmgr *--backupdir* _directory_102316
+Ref: tlmgr *--all*102513
+Ref: tlmgr *--clean*[=_N_]102735
+Ref: tlmgr *--dry-run*103032
+Node: tlmgr candidates _pkg_103152
+Ref: tlmgr *candidates _pkg_* 1103439
+Node: tlmgr check [_option_]... [files|depends|executes|runfiles|all]103583
+Ref: tlmgr *files*104026
+Ref: tlmgr *depends*104161
+Ref: tlmgr *executes*104503
+Ref: tlmgr *runfiles*104621
+Ref: tlmgr *--use-svn*104733
+Node: tlmgr conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]104850
+Node: tlmgr dump-tlpdb [--local|--remote]106922
+Ref: tlmgr *--local*107432
+Ref: tlmgr *--remote*107471
+Node: tlmgr generate [_option_]... _what_107893
+Ref: tlmgr *generate language*108134
+Ref: tlmgr *generate language.dat*108159
+Ref: tlmgr *generate language.def*108184
+Ref: tlmgr *generate language.dat.lua*108213
+Ref: tlmgr *generate fmtutil*108233
+Ref: tlmgr *--dest* _output_file_110470
+Ref: tlmgr *--localcfg* _local_conf_file_111046
+Ref: tlmgr *--rebuild-sys*111169
+Node: tlmgr gui112030
+Node: tlmgr info [_option_...] [collections|schemes|_pkg_...]112274
+Ref: tlmgr *--list*113479
+Ref: tlmgr *--only-installed*113758
+Ref: tlmgr *--taxonomy*113973
+Ref: tlmgr *--keyword*113985
+Ref: tlmgr *--functionality*114003
+Ref: tlmgr *--characterization*114024
+Node: tlmgr init-usertree114237
+Node: tlmgr install [_option_]... _pkg_...114663
+Ref: tlmgr *--file*115027
+Ref: tlmgr *--reinstall*115253
+Ref: tlmgr *--no-depends*115633
+Ref: tlmgr *--no-depends-at-all*115792
+Ref: tlmgr *--dry-run* 1116190
+Ref: tlmgr *--force*116308
+Node: tlmgr option116514
+Ref: tlmgr *option [show]*116687
+Ref: tlmgr *option showall*116705
+Ref: tlmgr *option _key_ [_value_]*116731
+Node: tlmgr paper120579
+Ref: tlmgr *paper [a4|letter]*120764
+Ref: tlmgr *[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*120838
+Node: tlmgr path [--w32mode=user|admin] [add|remove]121865
+Node: tlmgr pinning123348
+Ref: tlmgr 'pinning show'123655
+Ref: tlmgr 'pinning add' _repo_ _pkgglob_...123728
+Ref: tlmgr 'pinning remove' _repo_ _pkgglob_...123847
+Ref: tlmgr 'pinning remove _repo_ --all'124000
+Node: tlmgr platform list|add|remove _platform_...124054
+Node: tlmgr platform set _platform_124302
+Node: tlmgr platform set auto124530
+Ref: tlmgr *--dry-run* 2125647
+Node: tlmgr postaction [--w32mode=user|admin] [--fileassocmode=1|2] [--all] [install|remove] [shortcut|fileassoc|script] [_pkg_]...125756
+Node: tlmgr print-platform127058
+Node: tlmgr restore [--backupdir _dir_] [--all | _pkg_ [_rev_]]127530
+Ref: tlmgr *--all* 1128426
+Ref: tlmgr *--backupdir* _directory_ 1128620
+Ref: tlmgr *--dry-run* 3128776
+Ref: tlmgr *--force* 1128893
+Node: tlmgr remove [_option_]... _pkg_...128921
+Ref: tlmgr *--no-depends* 1129444
+Ref: tlmgr *--no-depends-at-all* 1129506
+Ref: tlmgr *--force* 2129562
+Ref: tlmgr *--dry-run* 4130034
+Node: tlmgr repository130141
+Ref: tlmgr *repository list*130349
+Ref: tlmgr *repository list _path|tag_*130379
+Ref: tlmgr *repository add _path_ [_tag_]*130412
+Ref: tlmgr *repository remove _path|tag_*130444
+Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*130498
+Node: tlmgr search [_option_...] _what_131582
+Node: tlmgr search [_option_...] --file _what_132093
+Node: tlmgr search [_option_...] --taxonomy _what_132344
+Node: tlmgr search [_option_...] --keyword _what_132655
+Node: tlmgr search [_option_...] --functionality _what_132973
+Node: tlmgr search [_option_...] --characterization _what_133311
+Node: tlmgr search [_option_...] --all _what_133651
+Ref: tlmgr *--global*134099
+Ref: tlmgr *--word*134211
+Ref: tlmgr *--list* 1134450
+Ref: tlmgr *--file* 1134796
+Ref: tlmgr *--taxonomy* 1134853
+Ref: tlmgr *--keyword* 1134865
+Ref: tlmgr *--functionality* 1134883
+Ref: tlmgr *--characterization* 1134904
+Ref: tlmgr *--all* 2135059
+Node: tlmgr uninstall135142
+Ref: tlmgr *--force* 3135396
+Node: tlmgr update [_option_]... [_pkg_]...135452
+Ref: tlmgr *--all* 3135823
+Ref: tlmgr *--self*137564
+Ref: tlmgr *--dry-run* 5138328
+Ref: tlmgr *--list* [_pkg_]138505
+Ref: tlmgr *--exclude* _pkg_139194
+Ref: tlmgr *--no-auto-remove* [_pkg_]...139887
+Ref: tlmgr *--no-auto-install* [_pkg_]...140338
+Ref: tlmgr *--reinstall-forcibly-removed*140994
+Ref: tlmgr *--backup* and *--backupdir* _directory_141558
+Ref: tlmgr *--no-depends* 2142739
+Ref: tlmgr *--no-depends-at-all* 2142942
+Ref: tlmgr *--force* 4142998
+Node: tlmgr USER MODE143424
+Node: tlmgr user mode install146235
+Node: tlmgr user mode backup; restore; remove; update147182
+Node: tlmgr user mode generate; option; paper147624
+Node: tlmgr CONFIGURATION FILE FOR TLMGR148000
+Node: tlmgr TAXONOMIES149091
+Ref: tlmgr '--keyword' 2149717
+Ref: tlmgr '--functionality' 2149802
+Ref: tlmgr '--characterization' 2149958
+Ref: tlmgr '--taxonomy' 2150099
+Node: tlmgr MULTIPLE REPOSITORIES150640
+Node: tlmgr Pinning152361
+Node: tlmgr GUI FOR TLMGR154336
+Node: tlmgr Main display155558
+Node: tlmgr Display configuration area155810
+Ref: tlmgr Status156171
+Ref: tlmgr Category156335
+Ref: tlmgr Match156521
+Ref: tlmgr Selection156781
+Ref: tlmgr Display configuration buttons156985
+Node: tlmgr Package list area157168
+Ref: tlmgr a checkbox157752
+Ref: tlmgr package name157888
+Ref: tlmgr local revision (and version)157987
+Ref: tlmgr remote revision (and version)158362
+Ref: tlmgr short description158659
+Node: tlmgr Main display action buttons158704
+Ref: tlmgr Update all installed158970
+Ref: tlmgr Update159342
+Ref: tlmgr Install159392
+Ref: tlmgr Remove159578
+Ref: tlmgr Backup159756
+Node: tlmgr Menu bar159913
+Ref: tlmgr 'tlmgr' menu160110
+Ref: tlmgr 'Options menu'160418
+Ref: tlmgr 'Actions menu'161501
+Ref: tlmgr 'Help menu'161929
+Node: tlmgr MACHINE-READABLE OUTPUT162062
+Node: tlmgr Machine-readable 'update' and 'install' output162878
+Ref: tlmgr 'location-url' _location_164160
+Ref: tlmgr 'total-bytes' _count_164376
+Ref: tlmgr _pkgname_164786
+Ref: tlmgr _status_164996
+Ref: tlmgr 'd'165074
+Ref: tlmgr 'f'165134
+Ref: tlmgr 'u'165313
+Ref: tlmgr 'r'165359
+Ref: tlmgr 'a'165482
+Ref: tlmgr 'i'165660
+Ref: tlmgr 'I'165779
+Ref: tlmgr _localrev_165881
+Ref: tlmgr _serverrev_165988
+Ref: tlmgr _size_166100
+Ref: tlmgr _runtime_166269
+Ref: tlmgr _esttot_166339
+Node: tlmgr Machine-readable 'option' output166372
+Node: tlmgr AUTHORS AND COPYRIGHT166890
+Node: Index167237

End Tag Table