summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/info/tlbuild.info
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/info/tlbuild.info')
-rw-r--r--Master/texmf-dist/doc/info/tlbuild.info1040
1 files changed, 544 insertions, 496 deletions
diff --git a/Master/texmf-dist/doc/info/tlbuild.info b/Master/texmf-dist/doc/info/tlbuild.info
index 0893c7691bb..08cc833a086 100644
--- a/Master/texmf-dist/doc/info/tlbuild.info
+++ b/Master/texmf-dist/doc/info/tlbuild.info
@@ -1,9 +1,9 @@
-This is tlbuild.info, produced by makeinfo version 7.0.2 from
+This is tlbuild.info, produced by makeinfo version 7.1 from
tlbuild.texi.
This file documents the TeX Live build system and more.
-Copyright (C) 2016-2023 Karl Berry.
+Copyright (C) 2016-2024 Karl Berry.
Copyright (C) 2013-2015 Karl Berry & Peter Breitenlohner.
Permission is granted to make and distribute verbatim copies of this
@@ -33,7 +33,7 @@ END-INFO-DIR-ENTRY

File: tlbuild.info, Node: Top, Next: Introduction, Up: (dir)
-Building TeX Live (2023)
+Building TeX Live (2024)
************************
For an overview of this manual, *note Introduction::.
@@ -59,8 +59,7 @@ File: tlbuild.info, Node: Introduction, Next: Overview of build system, Prev:
1 Introduction
**************
-This manual (dated February 2023) corresponds to the TeX Live 2023
-release.
+This manual (dated March 2024) corresponds to the TeX Live 2024 release.
This manual is aimed at system installers and programmers, and
focuses on how to configure, build, and develop the TeX Live (TL)
@@ -299,9 +298,13 @@ rules when a tool (such as 'tangle', 'ctangle', and 'convert') creates
several output files. This allows for parallel builds ('make -j N' with
N>1 or even 'make -j') that can considerably speed up the TL build.
- Incidentally, a noticeable speed-up can be independently gained by
-using a configure cache file, i.e., specifying the 'configure' option
-'-C' (recommended).
+ If you're using TL's 'Build' script, you can enable '-j' with the
+environment variable 'TL_MAKE_FLAGS', as in: 'env
+TL_MAKE_FLAGS=-j`nproc` ./Build'.
+
+ Independently, a noticeable speed-up can also be gained by using a
+configure cache file, i.e., specifying the 'configure' option '-C'
+(recommended).

File: tlbuild.info, Node: Build distribution, Next: Build one package, Prev: Build in parallel, Up: Building
@@ -488,6 +491,11 @@ test name exactly as specified in the '.am' file:
make -C $ww check SUBDIRS=. TESTS=hitexdir/tests/hello.test
+ Without the 'SUBDIRS=.', errors like this will show up, since 'make'
+will descend into every directory.
+
+ fatal: making test-suite.log: failed to create hitexdir/tests/hello.test
+
If you get tired of looking at the 'Entering'/'Leaving directory'
lines, you can add the (GNU) make option '--no-print-dir'.
@@ -700,7 +708,7 @@ is made in 'BINDIR'. For example, a symlink points from 'BINDIR/ps2eps'
to 'DATAROOTDIR/texmf-dist/scripts/ps2eps/ps2eps.pl'. For Windows, a
standard wrapper binary (copied to, e.g., 'BINDIR/ps2eps.exe') serves
the same purpose. The source for the wrapper is in
-'texk/texlive/w32_wrapper'.
+'texk/texlive/windows_wrapper'.
One reason for this is to avoid having many copies of the same
script; a more important reason is that it guarantees the scripts will
@@ -816,13 +824,13 @@ many extra hassles, so don't do that, tempting as it may be.
Currently the versions we use are:
- autoconf (GNU Autoconf) 2.71
+ autoconf (GNU Autoconf) 2.72
automake (GNU automake) 1.16.5
bison (GNU Bison) 3.8.2
flex 2.6.0
ltmain.sh (GNU libtool) 2.4.7
m4 (GNU M4) 1.4.19
- makeinfo (GNU texinfo) 7.0.2
+ makeinfo (GNU texinfo) 7.1
These versions should be used to update the generated files (e.g.,
'configure' or 'Makefile.in') in all or parts of the TL tree after their
@@ -1085,14 +1093,14 @@ due to the lack of symbolic links.
-- Macro: KPSE_COND_WIN32_WRAP
Call 'KPSE_COND_WIN32' and define the Automake conditional
'WIN32_WRAP' ('true' if the standard Windows wrapper
- ('texk/texlive/w32_wrapper/runscript.exe') exists. This wrapper is
- used on Windows instead of symlinks for the "linked scripts" (*note
- Linked scripts::).
+ ('texk/texlive/windows_wrapper/runscript.exe') exists. This
+ wrapper is used on Windows instead of symlinks for the "linked
+ scripts" (*note Linked scripts::).
-- Macro: KPSE_WIN32_CALL
Call 'KPSE_COND_WIN32' and check if the file
- 'texk/texlive/w32_wrapper/callexe.c' exists; if it does, create a
- symlink in the build tree. Compiling 'callexe.c' with
+ 'texk/texlive/windows_wrapper/callexe.c' exists; if it does, create
+ a symlink in the build tree. Compiling 'callexe.c' with
'-DEXEPROG='"FOO.exe"'' and installing 'callexe.exe' as 'BAR.exe'
is used on Windows instead of a symlink 'BAR->FOO' for Unix-like
systems.
@@ -3065,7 +3073,7 @@ This script and its documentation were written for the TeX Live
distribution (<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
- $Id: install-tl 66236 2023-02-27 21:44:33Z karl $
+ $Id: install-tl 69711 2024-02-05 17:23:27Z karl $

File: tlbuild.info, Node: tlmgr, Next: Index, Prev: install-tl, Up: Top
@@ -3089,6 +3097,7 @@ Appendix B tlmgr
* tlmgr MACHINE-READABLE OUTPUT::
* tlmgr ENVIRONMENT VARIABLES::
* tlmgr AUTHORS AND COPYRIGHT::
+* tlmgr POD ERRORS::

File: tlbuild.info, Node: tlmgr NAME, Next: tlmgr SYNOPSIS, Up: tlmgr
@@ -3170,6 +3179,11 @@ with 'tlmgr':
installation status and description, of searches for _what_ in all
packages.
+'tlmgr bug' _what_
+
+ Display available bug-reporting information for _what_, a package
+ or file name.
+
For all the capabilities and details of 'tlmgr', please read the
following voluminous information.
@@ -3403,6 +3417,7 @@ B.6 ACTIONS
* tlmgr help::
* tlmgr version::
* tlmgr backup::
+* tlmgr bug [_search-string_]::
* tlmgr candidates _pkg_::
* tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all]::
* tlmgr conf::
@@ -3456,7 +3471,7 @@ Gives version information (same as '--version').
reported, too.

-File: tlbuild.info, Node: tlmgr backup, Next: tlmgr candidates _pkg_, Prev: tlmgr version, Up: tlmgr ACTIONS
+File: tlbuild.info, Node: tlmgr backup, Next: tlmgr bug [_search-string_], Prev: tlmgr version, Up: tlmgr ACTIONS
B.6.3 backup
------------
@@ -3511,9 +3526,24 @@ B.6.3 backup
to be performed are written to the terminal.

-File: tlbuild.info, Node: tlmgr candidates _pkg_, Next: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all], Prev: tlmgr backup, Up: tlmgr ACTIONS
+File: tlbuild.info, Node: tlmgr bug [_search-string_], Next: tlmgr candidates _pkg_, Prev: tlmgr backup, Up: tlmgr ACTIONS
+
+B.6.4 bug [_search-string_]
+---------------------------
+
+Searches for _search-string_ (prompted for, if not given) as a package
+name and in package descriptions, as complete words, and in filenames,
+as any substring, and outputs bug-reporting and other information for
+the package selected from the results.
+
+ The search is equivalent to 'tlmgr search --word --file
+_search-string_. Thus, _search-string_ is interpreted as a (Perl)
+regular expression.'
+
+
+File: tlbuild.info, Node: tlmgr candidates _pkg_, Next: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all], Prev: tlmgr bug [_search-string_], Up: tlmgr ACTIONS
-B.6.4 candidates _pkg_
+B.6.5 candidates _pkg_
----------------------
Shows the available candidate repositories for package _pkg_. See *note
@@ -3522,7 +3552,7 @@ MULTIPLE REPOSITORIES: tlmgr MULTIPLE REPOSITORIES. below.

File: tlbuild.info, Node: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all], Next: tlmgr conf, Prev: tlmgr candidates _pkg_, Up: tlmgr ACTIONS
-B.6.5 check [_option_...] [depends|executes|files|runfiles|texmfdbs|all]
+B.6.6 check [_option_...] [depends|executes|files|runfiles|texmfdbs|all]
------------------------------------------------------------------------
Execute one (or all) check(s) of the consistency of the installation.
@@ -3577,7 +3607,7 @@ what is being done, run 'tlmgr -v check'.)

File: tlbuild.info, Node: tlmgr conf, Next: tlmgr dump-tlpdb [_option_...] [--json], Prev: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all], Up: tlmgr ACTIONS
-B.6.6 conf
+B.6.7 conf
----------
*conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]*
@@ -3636,7 +3666,7 @@ B.6.6 conf

File: tlbuild.info, Node: tlmgr dump-tlpdb [_option_...] [--json], Next: tlmgr generate, Prev: tlmgr conf, Up: tlmgr ACTIONS
-B.6.7 dump-tlpdb [_option_...] [--json]
+B.6.8 dump-tlpdb [_option_...] [--json]
---------------------------------------
Dump complete local or remote TLPDB to standard output, as-is. The
@@ -3675,7 +3705,7 @@ platform.

File: tlbuild.info, Node: tlmgr generate, Next: tlmgr gui, Prev: tlmgr dump-tlpdb [_option_...] [--json], Up: tlmgr ACTIONS
-B.6.8 generate
+B.6.9 generate
--------------
*generate [_option_...] language*
@@ -3781,15 +3811,15 @@ with an extension recreates only that given language file.

File: tlbuild.info, Node: tlmgr gui, Next: tlmgr info, Prev: tlmgr generate, Up: tlmgr ACTIONS
-B.6.9 gui
----------
+B.6.10 gui
+----------
Start the graphical user interface. See *GUI* below.

File: tlbuild.info, Node: tlmgr info, Next: tlmgr init-usertree, Prev: tlmgr gui, Up: tlmgr ACTIONS
-B.6.10 info
+B.6.11 info
-----------
*info [_option_...] _pkg_...*
@@ -3890,7 +3920,7 @@ B.6.10 info

File: tlbuild.info, Node: tlmgr init-usertree, Next: tlmgr install [_option_...] _pkg_..., Prev: tlmgr info, Up: tlmgr ACTIONS
-B.6.11 init-usertree
+B.6.12 init-usertree
--------------------
Sets up a texmf tree for so-called user mode management, either the
@@ -3900,7 +3930,7 @@ with '--usertree'. See *note USER MODE: tlmgr USER MODE. below.

File: tlbuild.info, Node: tlmgr install [_option_...] _pkg_..., Next: tlmgr key, Prev: tlmgr init-usertree, Up: tlmgr ACTIONS
-B.6.12 install [_option_...] _pkg_...
+B.6.13 install [_option_...] _pkg_...
-------------------------------------
Install each _pkg_ given on the command line, if it is not already
@@ -3972,7 +4002,7 @@ yourself if you are using this feature and want new symlinks added.

File: tlbuild.info, Node: tlmgr key, Next: tlmgr list, Prev: tlmgr install [_option_...] _pkg_..., Up: tlmgr ACTIONS
-B.6.13 key
+B.6.14 key
----------
*key list*
@@ -3998,7 +4028,7 @@ B.6.13 key

File: tlbuild.info, Node: tlmgr list, Next: tlmgr option, Prev: tlmgr key, Up: tlmgr ACTIONS
-B.6.14 list
+B.6.15 list
-----------
Synonym for *note info: tlmgr info.
@@ -4006,7 +4036,7 @@ Synonym for *note info: tlmgr info.

File: tlbuild.info, Node: tlmgr option, Next: tlmgr paper, Prev: tlmgr list, Up: tlmgr ACTIONS
-B.6.15 option
+B.6.16 option
-------------
*option [--json] [show]*
@@ -4112,7 +4142,7 @@ of only the current user. All three options are on by default.

File: tlbuild.info, Node: tlmgr paper, Next: tlmgr path, Prev: tlmgr option, Up: tlmgr ACTIONS
-B.6.16 paper
+B.6.17 paper
------------
*paper [a4|letter]*
@@ -4152,7 +4182,7 @@ settings.

File: tlbuild.info, Node: tlmgr path, Next: tlmgr pinning, Prev: tlmgr paper, Up: tlmgr ACTIONS
-B.6.17 path
+B.6.18 path
-----------
*path [--windowsmode=user|admin] add*
@@ -4193,7 +4223,7 @@ B.6.17 path

File: tlbuild.info, Node: tlmgr pinning, Next: tlmgr platform, Prev: tlmgr path, Up: tlmgr ACTIONS
-B.6.18 pinning
+B.6.19 pinning
--------------
The 'pinning' action manages the pinning file, see *note Pinning: tlmgr
@@ -4220,7 +4250,7 @@ Pinning. below.

File: tlbuild.info, Node: tlmgr platform, Next: tlmgr postaction, Prev: tlmgr pinning, Up: tlmgr ACTIONS
-B.6.19 platform
+B.6.20 platform
---------------
*platform list|add|remove _platform_...*
@@ -4261,7 +4291,7 @@ B.6.19 platform

File: tlbuild.info, Node: tlmgr postaction, Next: tlmgr print-platform, Prev: tlmgr platform, Up: tlmgr ACTIONS
-B.6.20 postaction
+B.6.21 postaction
-----------------
*postaction [_option_...] install [shortcut|fileassoc|script] [_pkg_...]*
@@ -4298,7 +4328,7 @@ B.6.20 postaction

File: tlbuild.info, Node: tlmgr print-platform, Next: tlmgr print-platform-info, Prev: tlmgr postaction, Up: tlmgr ACTIONS
-B.6.21 print-platform
+B.6.22 print-platform
---------------------
Print the TeX Live identifier for the detected platform
@@ -4308,7 +4338,7 @@ Print the TeX Live identifier for the detected platform

File: tlbuild.info, Node: tlmgr print-platform-info, Next: tlmgr remove [_option_...] _pkg_..., Prev: tlmgr print-platform, Up: tlmgr ACTIONS
-B.6.22 print-platform-info
+B.6.23 print-platform-info
--------------------------
Print the TeX Live platform identifier, TL platform long name, and
@@ -4317,7 +4347,7 @@ original output from guess.

File: tlbuild.info, Node: tlmgr remove [_option_...] _pkg_..., Next: tlmgr repository, Prev: tlmgr print-platform-info, Up: tlmgr ACTIONS
-B.6.23 remove [_option_...] _pkg_...
+B.6.24 remove [_option_...] _pkg_...
------------------------------------
Remove each _pkg_ specified. Removing a collection removes all package
@@ -4376,7 +4406,7 @@ individual package with a symlink in a system directory.

File: tlbuild.info, Node: tlmgr repository, Next: tlmgr restore, Prev: tlmgr remove [_option_...] _pkg_..., Up: tlmgr ACTIONS
-B.6.24 repository
+B.6.25 repository
-----------------
*repository list*
@@ -4434,7 +4464,7 @@ B.6.24 repository

File: tlbuild.info, Node: tlmgr restore, Next: tlmgr search, Prev: tlmgr repository, Up: tlmgr ACTIONS
-B.6.25 restore
+B.6.26 restore
--------------
*restore [_option_...] _pkg_ [_rev_]*
@@ -4491,7 +4521,7 @@ B.6.25 restore

File: tlbuild.info, Node: tlmgr search, Next: tlmgr shell, Prev: tlmgr restore, Up: tlmgr ACTIONS
-B.6.26 search
+B.6.27 search
-------------
*search [_option_...] _what_*
@@ -4530,7 +4560,7 @@ B.6.26 search

File: tlbuild.info, Node: tlmgr shell, Next: tlmgr show, Prev: tlmgr search, Up: tlmgr ACTIONS
-B.6.27 shell
+B.6.28 shell
------------
Starts an interactive mode, where tlmgr prompts for commands. This can
@@ -4592,7 +4622,7 @@ get [_var_] =item set [_var_ [_val_]]

File: tlbuild.info, Node: tlmgr show, Next: tlmgr uninstall, Prev: tlmgr shell, Up: tlmgr ACTIONS
-B.6.28 show
+B.6.29 show
-----------
Synonym for *note info: tlmgr info.
@@ -4600,7 +4630,7 @@ Synonym for *note info: tlmgr info.

File: tlbuild.info, Node: tlmgr uninstall, Next: tlmgr update [_option_...] [_pkg_...], Prev: tlmgr show, Up: tlmgr ACTIONS
-B.6.29 uninstall
+B.6.30 uninstall
----------------
Synonym for *note remove: tlmgr remove [_option_...] _pkg_....
@@ -4608,7 +4638,7 @@ Synonym for *note remove: tlmgr remove [_option_...] _pkg_....

File: tlbuild.info, Node: tlmgr update [_option_...] [_pkg_...], Prev: tlmgr uninstall, Up: tlmgr ACTIONS
-B.6.30 update [_option_...] [_pkg_...]
+B.6.31 update [_option_...] [_pkg_...]
--------------------------------------
Updates the packages given as arguments to the latest version available
@@ -5671,7 +5701,7 @@ normal user installations.
used, regardless of any setting.

-File: tlbuild.info, Node: tlmgr AUTHORS AND COPYRIGHT, Prev: tlmgr ENVIRONMENT VARIABLES, Up: tlmgr
+File: tlbuild.info, Node: tlmgr AUTHORS AND COPYRIGHT, Next: tlmgr POD ERRORS, Prev: tlmgr ENVIRONMENT VARIABLES, Up: tlmgr
B.14 AUTHORS AND COPYRIGHT
==========================
@@ -5680,7 +5710,20 @@ This script and its documentation were written for the TeX Live
distribution (<https://tug.org/texlive>) and both are licensed under the
GNU General Public License Version 2 or later.
- $Id: tlmgr.pl 66236 2023-02-27 21:44:33Z karl $
+ $Id: tlmgr.pl 70001 2024-02-19 23:17:07Z karl $
+
+
+File: tlbuild.info, Node: tlmgr POD ERRORS, Prev: tlmgr AUTHORS AND COPYRIGHT, Up: tlmgr
+
+B.15 POD ERRORS
+===============
+
+Hey! *The above document had some coding errors, which are explained
+below:*
+
+Around line 8454:
+
+ Unterminated C<...> sequence

File: tlbuild.info, Node: Index, Prev: tlmgr, Up: Top
@@ -5691,7 +5734,6 @@ Index
* Menu:
-* $@ target in normal make rules: Prerequisites. (line 13)
* --bindir configure option: --prefix --bindir ....
(line 6)
* --bindir configure option <1>: --enable-multiplatform.
@@ -5766,7 +5808,7 @@ Index
* --host=HOST: Cross configuring. (line 6)
* --libdir configure option: --enable-multiplatform.
(line 6)
-* --no-print-directory GNU make option: Build one engine. (line 56)
+* --no-print-directory GNU make option: Build one engine. (line 61)
* --prefix configure option: --prefix --bindir ....
(line 6)
* --with-banner-add=STR: Configure options for texk/web2c.
@@ -5799,8 +5841,9 @@ Index
(line 12)
* --without-ln-s: --without-ln-s. (line 6)
* --without-x: --without-x. (line 6)
-* -C configure option: Build in parallel. (line 11)
+* -C configure option: Build in parallel. (line 15)
* -j make option: Build in parallel. (line 6)
+* $@ target in normal make rules: Prerequisites. (line 13)
* ac/withenable.ac: Adding a new program module.
(line 42)
* adapting TeX Live for distros: Distro builds. (line 54)
@@ -5849,19 +5892,19 @@ Index
* building: Building. (line 6)
* building a distribution: Build distribution. (line 6)
* building in parallel: Build in parallel. (line 6)
-* C++11, removing dependent sources: Build one package. (line 85)
-* C++11, required: Prerequisites. (line 17)
* C, ANSI, required: Declarations and definitions.
(line 6)
+* C++11, removing dependent sources: Build one package. (line 85)
+* C++11, required: Prerequisites. (line 17)
* C99, avoided: Declarations and definitions.
(line 6)
-* cache file, for configure: Build in parallel. (line 11)
+* cache file, for configure: Build in parallel. (line 15)
* cache for configure: Build in parallel. (line 6)
* callexe.c: Macros for Windows. (line 32)
* CC: Variables for configure.
(line 10)
-* CC=C-COMPILER: Build one package. (line 77)
* CC_BUILD: Cross problems. (line 13)
+* CC=C-COMPILER: Build one package. (line 77)
* ChangeLog: Adding a new program module.
(line 73)
* chktex: Declarations and definitions.
@@ -5957,10 +6000,10 @@ Index
* fontconfig library, required by xetex: Prerequisites. (line 40)
* freetype cross compiling: Cross problems. (line 13)
* freetype library: freetype library. (line 6)
-* FreeType, requires gmake: Prerequisites. (line 13)
* freetype-config: freetype library. (line 13)
* freetype-config <1>: Variables for configure.
(line 24)
+* FreeType, requires gmake: Prerequisites. (line 13)
* FT2_CONFIG: Variables for configure.
(line 21)
* gcc, default compilers: Build one package. (line 77)
@@ -5984,11 +6027,11 @@ Index
* ICU cross compiling: Cross problems. (line 20)
* ICU libraries: Variables for configure.
(line 24)
-* ICU, requires C++11: Prerequisites. (line 17)
-* icu-config: Variables for configure.
- (line 24)
* ICU_CONFIG: Variables for configure.
(line 22)
+* icu-config: Variables for configure.
+ (line 24)
+* ICU, requires C++11: Prerequisites. (line 17)
* infrastructure, tools needed for: Build system tools. (line 6)
* inst/ top-level directory: Top-level directories.
(line 39)
@@ -6003,14 +6046,6 @@ Index
(line 6)
* kpathsea library: kpathsea library. (line 6)
* kpathsea.ac: kpathsea library. (line 18)
-* kpse-libpng-flags.m4: png library. (line 45)
-* kpse-pkgs.m4: Overview of build system.
- (line 30)
-* kpse-zlib-flags.m4: zlib library. (line 6)
-* kpsewhich: Variables for configure.
- (line 30)
-* KPSEWHICH: Variables for configure.
- (line 29)
* KPSE_ADD_FLAGS: Macros for library and header flags.
(line 20)
* KPSE_ALL_SYSTEM_FLAGS: Adding a new generic library module.
@@ -6043,17 +6078,17 @@ Index
(line 14)
* KPSE_LARGEFILE: Macros for libraries.
(line 8)
-* KPSE_LIBPNG_FLAGS: Macros for library and header flags.
- (line 10)
-* KPSE_LIBPNG_FLAGS <1>: png library. (line 45)
-* kpse_libs_pkgs: Adding a new generic library module.
- (line 6)
* KPSE_LIB_FLAGS: Macros for library and header flags.
(line 6)
* KPSE_LIB_FLAGS <1>: Adding a new generic library module.
(line 26)
* KPSE_LIB_SYSTEM_FLAGS: Adding a new generic library module.
(line 34)
+* KPSE_LIBPNG_FLAGS: Macros for library and header flags.
+ (line 10)
+* KPSE_LIBPNG_FLAGS <1>: png library. (line 45)
+* kpse_libs_pkgs: Adding a new generic library module.
+ (line 6)
* KPSE_PROG_LEX: Macros for programs. (line 21)
* KPSE_RESTORE_FLAGS: Macros for library and header flags.
(line 24)
@@ -6074,6 +6109,14 @@ Index
(line 11)
* KPSE_WITH_TEXLIB: Adding a new TeX-specific library module.
(line 14)
+* kpse-libpng-flags.m4: png library. (line 45)
+* kpse-pkgs.m4: Overview of build system.
+ (line 30)
+* kpse-zlib-flags.m4: zlib library. (line 6)
+* kpsewhich: Variables for configure.
+ (line 30)
+* KPSEWHICH: Variables for configure.
+ (line 29)
* large file support: --disable-largefile. (line 6)
* LATEX: Variables for configure.
(line 40)
@@ -6223,6 +6266,7 @@ Index
* TEXMFROOT for running standalone: Build one package. (line 44)
* tie: Cross problems. (line 26)
* timestamps, in repository: Build system tools. (line 38)
+* TL_MAKE_FLAGS: Build in parallel. (line 11)
* TLpatches/patch-...: Adding a new program module.
(line 68)
* TLpatches/TL-Changes: Adding a new program module.
@@ -6241,15 +6285,15 @@ Index
(line 52)
* variables for configure: Variables for configure.
(line 6)
-* warning, discards qualifiers: Const. (line 30)
* WARNING_C[XX]FLAGS: Macros for compilers.
(line 9)
+* warning, discards qualifiers: Const. (line 30)
* web2c program: Cross problems. (line 13)
* web2c.ac: Configure options for texk/web2c.
(line 37)
* wget: Linked scripts. (line 23)
-* WIN32, Automake conditional: Macros for Windows. (line 16)
* WIN32_WRAP, Automake conditional: Macros for Windows. (line 25)
+* WIN32, Automake conditional: Macros for Windows. (line 16)
* Windows, invoking scripts on: Linked scripts. (line 6)
* Windows, macros for: Macros for Windows. (line 6)
* withenable.ac, for new modules: Adding a new program module.
@@ -6285,427 +6329,431 @@ Index

Tag Table:
-Node: Top1210
-Node: Introduction2120
-Node: Overview of build system3948
-Node: Prerequisites5999
-Ref: Prerequisites-Footnote-18998
-Node: Building9301
-Node: Build iteration10643
-Node: Build in parallel11687
-Node: Build distribution12292
-Node: Build one package12940
-Node: Build one engine17653
-Node: Cross compilation20078
-Node: Cross configuring21357
-Node: Cross problems23034
-Node: Installing24696
-Node: Installation directories25716
-Node: Linked scripts27534
-Node: Distro builds29025
-Node: Layout and infrastructure31401
-Node: Build system tools32232
-Node: Top-level directories34451
-Node: Autoconf macros36687
-Node: General setup macros37449
-Node: Macros for programs38324
-Node: Macros for compilers39125
-Node: Macros for libraries40533
-Node: Macros for library and header flags40959
-Node: Macros for Windows42870
-Node: Library modules44457
-Node: png library44946
-Node: zlib library47294
-Node: freetype library47809
-Node: kpathsea library48505
-Node: Program modules49884
-Node: t1utils package50312
-Node: xindy package50857
-Node: xdvik package51973
-Node: asymptote53032
-Node: Extending TeX Live53536
-Node: Adding a new program module54343
-Node: Adding a new engine59106
-Node: Adding a new generic library module60891
-Node: Adding a new TeX-specific library module63112
-Node: Configure options63810
-Node: Global configure options65191
-Node: --disable-native-texlive-build65733
-Node: --prefix --bindir ...66695
-Node: --disable-largefile67235
-Node: --disable-missing67777
-Node: --enable-compiler-warnings=LEVEL68178
-Node: --enable-cxx-runtime-hack68834
-Node: --enable-maintainer-mode69254
-Node: --enable-multiplatform69783
-Node: --enable-shared70356
-Node: --enable-silent-rules70727
-Node: --without-ln-s71179
-Node: --without-x71526
-Node: Program-specific configure options71714
-Node: --enable-PROG --disable-PROG72357
-Node: --disable-all-pkgs72630
-Node: Configure options for texk/web2c73413
-Node: Configure options for texk/bibtex-x75951
-Node: Configure options for texk/dvipdfm-x76494
-Node: Configure options for texk/dvisvgm77270
-Node: Configure options for texk/texlive78151
-Node: Configure options for texk/xdvik78572
-Node: Configure options for utils/xindy79193
-Node: Library-specific configure options80083
-Node: Configure options for kpathsea81044
-Node: Variables for configure81748
-Node: Coding conventions83174
-Node: Declarations and definitions83889
-Node: Const86063
-Node: Continuous integration87927
-Node: Transfer from Subversion to Github88591
-Node: Automatic update of the Git mirror90753
-Node: CI testing on Travis-CI91335
-Node: Releases on Github92044
-Node: install-tl92484
-Node: install-tl NAME92928
-Node: install-tl SYNOPSIS93108
-Node: install-tl DESCRIPTION93346
-Node: install-tl REFERENCES94543
-Node: install-tl EXAMPLES95152
-Ref: install-tl install-tl --paper=letter95603
-Ref: install-tl install-tl --scheme _scheme_95739
-Ref: install-tl install-tl --no-interaction95894
-Ref: install-tl install-tl --profile _texlive.profile_96046
-Node: install-tl OPTIONS96314
-Ref: install-tl *-gui* [[=]_module_]96811
-Ref: install-tl *-no-gui*96822
-Ref: install-tl text97030
-Ref: install-tl tcl (or "perltk" or "wizard" or "expert" or nothing)97215
-Ref: install-tl *-lang* _llcode_97847
-Ref: install-tl *-repository* _url|path_98471
-Ref: install-tl *-select-repository*99365
-Ref: install-tl *-all-options*99783
-Ref: install-tl *-custom-bin* _path_100038
-Ref: install-tl *-debug-fakenet*100870
-Ref: install-tl *-debug-setup-vars*101084
-Ref: install-tl *-debug-translation*101232
-Ref: install-tl *-force-platform* _platform_101508
-Ref: install-tl *-help*, *--help*, *-?*101766
-Ref: install-tl *-in-place*102179
-Ref: install-tl *-init-from-profile* _profile_file_102724
-Ref: install-tl *-logfile* _file_102993
-Ref: install-tl *-no-cls*103344
-Ref: install-tl *-no-continue*103471
-Ref: install-tl *-no-doc-install*104042
-Ref: install-tl *-no-src-install*104061
-Ref: install-tl *-no-installation*104852
-Ref: install-tl *-no-interaction*105003
-Ref: install-tl *-no-persistent-downloads*105260
-Ref: install-tl *-persistent-downloads*105285
-Ref: install-tl *-no-verify-downloads*105892
-Ref: install-tl *-non-admin*106255
-Ref: install-tl *-paper* a4*|*letter106361
-Ref: install-tl *-portable*106557
-Ref: install-tl *-print-platform*106694
-Ref: install-tl *-profile* _profile_file_106892
-Ref: install-tl *-q*107113
-Ref: install-tl *-scheme* _scheme_107175
-Ref: install-tl *-texdir* _dir_107576
-Ref: install-tl *-texuserdir* _dir_108181
-Ref: install-tl *-texmflocal* _dir_108470
-Ref: install-tl *-texmfhome* _dir_109095
-Ref: install-tl *-texmfsysconfig* _dir_109404
-Ref: install-tl *-texmfsysvar* _dir_109426
-Ref: install-tl *-texmfconfig* _dir_109521
-Ref: install-tl *-texmfvar* _dir_109540
-Ref: install-tl *-v*109748
-Ref: install-tl *-version*, *--version*109904
-Node: install-tl PROFILES110038
-Ref: install-tl instopt_adjustpath (default 0 on Unix, 1 on Windows)113054
-Ref: install-tl instopt_adjustrepo (default 1)113130
-Ref: install-tl instopt_letter (default 0)113267
-Ref: install-tl instopt_portable (default 0)113358
-Ref: install-tl instopt_write18_restricted (default 1)113897
-Node: install-tl ENVIRONMENT VARIABLES115236
-Ref: install-tl NOPERLDOC115599
-Ref: install-tl TEXLIVE_DOWNLOADER115684
-Ref: install-tl TL_DOWNLOAD_PROGRAM115707
-Ref: install-tl TL_DOWNLOAD_ARGS115727
-Ref: install-tl TEXLIVE_INSTALL_ENV_NOCHECK115931
-Ref: install-tl TEXLIVE_INSTALL_NO_CONTEXT_CACHE116133
-Ref: install-tl TEXLIVE_INSTALL_NO_DISKCHECK116245
-Ref: install-tl TEXLIVE_INSTALL_NO_RESUME116661
-Ref: install-tl TEXLIVE_INSTALL_NO_WELCOME116813
-Ref: install-tl TEXLIVE_INSTALL_PAPER116934
-Ref: install-tl TEXLIVE_INSTALL_PREFIX117080
-Ref: install-tl TEXLIVE_INSTALL_TEXMFCONFIG117111
-Ref: install-tl TEXLIVE_INSTALL_TEXMFVAR117139
-Ref: install-tl TEXLIVE_INSTALL_TEXMFHOME117168
-Ref: install-tl TEXLIVE_INSTALL_TEXMFLOCAL117198
-Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSCONFIG117232
-Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSVAR117263
-Node: install-tl DIRECTORY TREES117701
-Node: install-tl BUGS120285
-Node: install-tl AUTHORS AND COPYRIGHT121165
-Node: tlmgr121563
-Node: tlmgr NAME122048
-Node: tlmgr SYNOPSIS122192
-Node: tlmgr DESCRIPTION122394
-Node: tlmgr EXAMPLES123505
-Ref: tlmgr tlmgr option repository ctan123768
-Ref: tlmgr tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet123841
-Ref: tlmgr tlmgr update --list124446
-Ref: tlmgr tlmgr update --all124539
-Ref: tlmgr tlmgr info _what_124696
-Node: tlmgr OPTIONS124958
-Ref: tlmgr *--repository* _url|path_125491
-Ref: tlmgr /some/local/dir126677
-Ref: tlmgr file:/some/local/dir126706
-Ref: tlmgr ctan126779
-Ref: tlmgr https://mirror.ctan.org/systems/texlive/tlnet126833
-Ref: tlmgr http://server/path/to/tlnet127174
-Ref: tlmgr https://server/path/to/tlnet127555
-Ref: tlmgr ftp://server/path/to/tlnet128023
-Ref: tlmgr user@machine:/path/to/tlnet128155
-Ref: tlmgr scp://user@machine/path/to/tlnet128196
-Ref: tlmgr ssh://user@machine/path/to/tlnet128237
-Ref: tlmgr *--gui* [_action_]128631
-Ref: tlmgr *--gui-lang* _llcode_129445
-Ref: tlmgr *--command-logfile* _file_130187
-Ref: tlmgr *--debug-translation*130454
-Ref: tlmgr *--machine-readable*130658
-Ref: tlmgr *--no-execute-actions*130927
-Ref: tlmgr *--package-logfile* _file_131121
-Ref: tlmgr *--pause*131376
-Ref: tlmgr *--persistent-downloads*131532
-Ref: tlmgr *--no-persistent-downloads*131561
-Ref: tlmgr *--pin-file*132056
-Ref: tlmgr *--usermode*132275
-Ref: tlmgr *--usertree* _dir_132396
-Ref: tlmgr *--verify-repo=[none|main|all]*132523
-Node: tlmgr ACTIONS133422
-Node: tlmgr help134283
-Node: tlmgr version134760
-Node: tlmgr backup135023
-Ref: tlmgr *backup [_option_...] --all*135195
-Ref: tlmgr *backup [_option_...] _pkg_...*135228
-Ref: tlmgr *--backupdir* _directory_136295
-Ref: tlmgr *--all*136513
-Ref: tlmgr *--clean*[=_N_]136766
-Ref: tlmgr *--dry-run*137094
-Node: tlmgr candidates _pkg_137224
-Node: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all]137579
-Ref: tlmgr *depends*138093
-Ref: tlmgr *executes*138435
-Ref: tlmgr *files*138550
-Ref: tlmgr *runfiles*138686
-Ref: tlmgr *texmfdbs*138823
-Ref: tlmgr - all items in TEXMFDBS have the !! prefix.139053
-Ref: tlmgr - all items in TEXMFBDS have an ls-R file (if they exist at all).139129
-Ref: tlmgr - all items in TEXMF with !! are listed in TEXMFDBS.139194
-Ref: tlmgr - all items in TEXMF with an ls-R file are listed in TEXMFDBS.139269
-Ref: tlmgr *--use-svn*139295
-Node: tlmgr conf139436
-Ref: tlmgr *conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]*139726
-Ref: tlmgr *conf auxtrees [--conffile _file_] [show|add|remove] [_value_]*139791
-Node: tlmgr dump-tlpdb [_option_...] [--json]142207
-Ref: tlmgr *--local*142643
-Ref: tlmgr *--remote*142683
-Ref: tlmgr *--json*142722
-Node: tlmgr generate143293
-Ref: tlmgr *generate [_option_...] language*143489
-Ref: tlmgr *generate [_option_...] language.dat*143528
-Ref: tlmgr *generate [_option_...] language.def*143567
-Ref: tlmgr *generate [_option_...] language.dat.lua*143610
-Ref: tlmgr *--dest* _output_file_145938
-Ref: tlmgr *--localcfg* _local_conf_file_146515
-Ref: tlmgr *--rebuild-sys*146639
-Node: tlmgr gui147454
-Node: tlmgr info147632
-Ref: tlmgr *info [_option_...] _pkg_...*147794
-Ref: tlmgr *info [_option_...] collections*147828
-Ref: tlmgr *info [_option_...] schemes*147858
-Ref: tlmgr *--list*149389
-Ref: tlmgr *--only-installed*149704
-Ref: tlmgr *--only-remote*149893
-Ref: tlmgr *--data item1,item2,...*150198
-Ref: tlmgr *--json* 1151571
-Node: tlmgr init-usertree151954
-Node: tlmgr install [_option_...] _pkg_...152335
-Ref: tlmgr *--dry-run* 1152844
-Ref: tlmgr *--file*152962
-Ref: tlmgr *--force*153185
-Ref: tlmgr *--no-depends*153406
-Ref: tlmgr *--no-depends-at-all*153566
-Ref: tlmgr *--reinstall*153967
-Ref: tlmgr *--with-doc*154346
-Ref: tlmgr *--with-src*154360
-Node: tlmgr key155088
-Ref: tlmgr *key list*155246
-Ref: tlmgr *key add _file_*155264
-Ref: tlmgr *key remove _keyid_*155286
-Node: tlmgr list155880
-Node: tlmgr option156042
-Ref: tlmgr *option [--json] [show]*156198
-Ref: tlmgr *option [--json] showall|help*156230
-Ref: tlmgr *option _key_ [_value_]*156256
-Node: tlmgr paper160835
-Ref: tlmgr *paper [a4|letter]*160984
-Ref: tlmgr *<[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*>161061
-Ref: tlmgr *paper --json*161077
-Node: tlmgr path162292
-Ref: tlmgr *path [--windowsmode=user|admin] add*162458
-Ref: tlmgr *path [--windowsmode=user|admin] remove*162500
-Node: tlmgr pinning164015
-Ref: tlmgr pinning show164256
-Ref: tlmgr pinning add _repo_ _pkgglob_...164329
-Ref: tlmgr pinning remove _repo_ _pkgglob_...164448
-Ref: tlmgr pinning remove _repo_ --all164601
-Node: tlmgr platform164655
-Ref: tlmgr *platform list|add|remove _platform_...*164841
-Ref: tlmgr *platform set _platform_*164868
-Ref: tlmgr *platform set auto*164889
-Ref: tlmgr *--dry-run* 2165767
-Node: tlmgr postaction165886
-Ref: tlmgr *postaction [_option_...] install [shortcut|fileassoc|script] [_pkg_...]*166116
-Ref: tlmgr *postaction [_option_...] remove [shortcut|fileassoc|script] [_pkg_...]*166190
-Ref: tlmgr *--windowsmode=[user|admin]*166510
-Ref: tlmgr *--fileassocmode=[1|2]*166935
-Ref: tlmgr *--all* 1167221
-Node: tlmgr print-platform167276
-Node: tlmgr print-platform-info167607
-Node: tlmgr remove [_option_...] _pkg_...167907
-Ref: tlmgr *--all* 2168392
-Ref: tlmgr *--backup*168503
-Ref: tlmgr *--backupdir* _directory_ 1168530
-Ref: tlmgr *--no-depends* 1168935
-Ref: tlmgr *--no-depends-at-all* 1168998
-Ref: tlmgr *--force* 1169105
-Ref: tlmgr *--dry-run* 3169579
-Node: tlmgr repository169956
-Ref: tlmgr *repository list*170144
-Ref: tlmgr *repository list _path|url|tag_*170178
-Ref: tlmgr *repository add _path_ [_tag_]*170211
-Ref: tlmgr *repository remove _path|tag_*170243
-Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*170297
-Ref: tlmgr *repository status*170318
-Ref: tlmgr The tag (which can be the same as the url);171545
-Node: tlmgr restore172023
-Ref: tlmgr *restore [_option_...] _pkg_ [_rev_]*172202
-Ref: tlmgr *restore [_option_...] --all*172233
-Ref: tlmgr *--all* 3172934
-Ref: tlmgr *--backupdir* _directory_ 2173149
-Ref: tlmgr *--dry-run* 4173331
-Ref: tlmgr *--force* 2173464
-Ref: tlmgr *--json* 2173511
-Node: tlmgr search173838
-Ref: tlmgr *search [_option_...] _what_*174002
-Ref: tlmgr *search [_option_...] --file _what_*174040
-Ref: tlmgr *search [_option_...] --all _what_*174077
-Ref: tlmgr *--file* 1174298
-Ref: tlmgr *--all* 4174361
-Ref: tlmgr *--global*174451
-Ref: tlmgr *--word*174579
-Node: tlmgr shell174894
-Ref: tlmgr protocol175629
-Ref: tlmgr help 1175693
-Ref: tlmgr version 1175746
-Ref: tlmgr quit, end, bye, byebye, EOF175814
-Ref: tlmgr restart175835
-Ref: tlmgr load [local|remote]175958
-Ref: tlmgr save176028
-Ref: tlmgr get [_var_] =item set [_var_ [_val_]]176151
-Node: tlmgr show176752
-Node: tlmgr uninstall176919
-Node: tlmgr update [_option_...] [_pkg_...]177151
-Ref: tlmgr *--all* 5177523
-Ref: tlmgr *--self*179703
-Ref: tlmgr *--dry-run* 5180468
-Ref: tlmgr *--list* [_pkg_]180646
-Ref: tlmgr *--exclude* _pkg_181336
-Ref: tlmgr *--no-auto-remove* [_pkg_...]182137
-Ref: tlmgr *--no-auto-install* [_pkg_...]182622
-Ref: tlmgr *--reinstall-forcibly-removed*183385
-Ref: tlmgr *--backup* 1183921
-Ref: tlmgr *--backupdir* _directory_ 3183948
-Ref: tlmgr *--no-depends* 2185115
-Ref: tlmgr *--no-depends-at-all* 2185319
-Ref: tlmgr *--force* 3185426
-Node: tlmgr CONFIGURATION FILE FOR TLMGR186417
-Ref: tlmgr auto-remove = 0 or 1 (default 1), same as command-line option.187419
-Ref: tlmgr gui-expertmode = 0 or 1 (default 1). This switches between the full GUI and a simplified GUI with only the most common settings.187551
-Ref: tlmgr gui-lang = _llcode_, with a language code value as with the command-line option.187635
-Ref: tlmgr no-checksums = 0 or 1 (default 0, see below).187684
-Ref: tlmgr persistent-downloads = 0 or 1 (default 1), same as command-line option.187759
-Ref: tlmgr require-verification = 0 or 1 (default 0), same as command-line option.187834
-Ref: tlmgr tkfontscale = _floating-point number_ (default 1.0); scaling factor for fonts in the Tk-based frontends.187942
-Ref: tlmgr update-exclude = _comma-separated list of packages_ (no spaces allowed). Same as the command line option --exclude for the update action.188087
-Ref: tlmgr verify-downloads = 0 or 1 (default 1), same as command-line option.188158
-Ref: tlmgr allowed-actions = _action1_[,_action2_,...] The value is a comma-separated list (no spaces) of tlmgr actions which are allowed to be executed when tlmgr is invoked in system mode (that is, without --usermode). This allows distributors to include tlmgr in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn't make sense to set this.188675
-Node: tlmgr CRYPTOGRAPHIC VERIFICATION189507
-Node: tlmgr Configuration of GnuPG invocation191680
-Node: tlmgr USER MODE192318
-Node: tlmgr User mode install195189
-Node: tlmgr User mode backup, restore, remove, update196335
-Node: tlmgr User mode generate, option, paper196781
-Node: tlmgr User mode logs197148
-Node: tlmgr MULTIPLE REPOSITORIES197446
-Node: tlmgr Pinning199175
-Node: tlmgr GUI FOR TLMGR201098
-Node: tlmgr Main display202747
-Node: tlmgr Display configuration area202999
-Ref: tlmgr Status203360
-Ref: tlmgr Category203524
-Ref: tlmgr Match203710
-Ref: tlmgr Selection203891
-Ref: tlmgr Display configuration buttons204095
-Node: tlmgr Package list area204278
-Ref: tlmgr a checkbox204862
-Ref: tlmgr package name204998
-Ref: tlmgr local revision (and version)205097
-Ref: tlmgr remote revision (and version)205472
-Ref: tlmgr short description205769
-Node: tlmgr Main display action buttons205814
-Ref: tlmgr Update all installed206080
-Ref: tlmgr Update206452
-Ref: tlmgr Install206502
-Ref: tlmgr Remove206688
-Ref: tlmgr Backup206866
-Node: tlmgr Menu bar207023
-Ref: tlmgr tlmgr menu207246
-Ref: tlmgr Options menu207554
-Ref: tlmgr Actions menu208637
-Ref: tlmgr Help menu209065
-Node: tlmgr GUI options209199
-Ref: tlmgr -background _color_209445
-Ref: tlmgr -font " _fontname_ _fontsize_ "209510
-Ref: tlmgr -foreground _color_209668
-Ref: tlmgr -geometry _geomspec_209720
-Ref: tlmgr -xrm _xresource_209912
-Node: tlmgr MACHINE-READABLE OUTPUT210181
-Node: tlmgr Machine-readable update and install output210995
-Ref: tlmgr location-url _location_212271
-Ref: tlmgr total-bytes _count_212487
-Ref: tlmgr _pkgname_212897
-Ref: tlmgr _status_213107
-Ref: tlmgr d213185
-Ref: tlmgr f213245
-Ref: tlmgr u213424
-Ref: tlmgr r213470
-Ref: tlmgr a213593
-Ref: tlmgr i213771
-Ref: tlmgr I213890
-Ref: tlmgr _localrev_213992
-Ref: tlmgr _serverrev_214099
-Ref: tlmgr _size_214211
-Ref: tlmgr _runtime_214380
-Ref: tlmgr _esttot_214450
-Node: tlmgr Machine-readable option output214483
-Node: tlmgr ENVIRONMENT VARIABLES214995
-Ref: tlmgr TEXLIVE_COMPRESSOR215506
-Ref: tlmgr TEXLIVE_DOWNLOADER216354
-Ref: tlmgr TL_DOWNLOAD_PROGRAM216377
-Ref: tlmgr TL_DOWNLOAD_ARGS216397
-Ref: tlmgr TEXLIVE_PREFER_OWN217423
-Node: tlmgr AUTHORS AND COPYRIGHT218247
-Node: Index218645
+Node: Top1208
+Node: Introduction2118
+Node: Overview of build system3943
+Node: Prerequisites5994
+Ref: Prerequisites-Footnote-18993
+Node: Building9296
+Node: Build iteration10638
+Node: Build in parallel11682
+Node: Build distribution12433
+Node: Build one package13081
+Node: Build one engine17794
+Node: Cross compilation20406
+Node: Cross configuring21685
+Node: Cross problems23362
+Node: Installing25024
+Node: Installation directories26044
+Node: Linked scripts27862
+Node: Distro builds29357
+Node: Layout and infrastructure31733
+Node: Build system tools32564
+Node: Top-level directories34781
+Node: Autoconf macros37017
+Node: General setup macros37779
+Node: Macros for programs38654
+Node: Macros for compilers39455
+Node: Macros for libraries40863
+Node: Macros for library and header flags41289
+Node: Macros for Windows43200
+Node: Library modules44795
+Node: png library45284
+Node: zlib library47632
+Node: freetype library48147
+Node: kpathsea library48843
+Node: Program modules50222
+Node: t1utils package50650
+Node: xindy package51195
+Node: xdvik package52311
+Node: asymptote53370
+Node: Extending TeX Live53874
+Node: Adding a new program module54681
+Node: Adding a new engine59444
+Node: Adding a new generic library module61229
+Node: Adding a new TeX-specific library module63450
+Node: Configure options64148
+Node: Global configure options65529
+Node: --disable-native-texlive-build66071
+Node: --prefix --bindir ...67033
+Node: --disable-largefile67573
+Node: --disable-missing68115
+Node: --enable-compiler-warnings=LEVEL68516
+Node: --enable-cxx-runtime-hack69172
+Node: --enable-maintainer-mode69592
+Node: --enable-multiplatform70121
+Node: --enable-shared70694
+Node: --enable-silent-rules71065
+Node: --without-ln-s71517
+Node: --without-x71864
+Node: Program-specific configure options72052
+Node: --enable-PROG --disable-PROG72695
+Node: --disable-all-pkgs72968
+Node: Configure options for texk/web2c73751
+Node: Configure options for texk/bibtex-x76289
+Node: Configure options for texk/dvipdfm-x76832
+Node: Configure options for texk/dvisvgm77608
+Node: Configure options for texk/texlive78489
+Node: Configure options for texk/xdvik78910
+Node: Configure options for utils/xindy79531
+Node: Library-specific configure options80421
+Node: Configure options for kpathsea81382
+Node: Variables for configure82086
+Node: Coding conventions83512
+Node: Declarations and definitions84227
+Node: Const86401
+Node: Continuous integration88265
+Node: Transfer from Subversion to Github88929
+Node: Automatic update of the Git mirror91091
+Node: CI testing on Travis-CI91673
+Node: Releases on Github92382
+Node: install-tl92822
+Node: install-tl NAME93266
+Node: install-tl SYNOPSIS93446
+Node: install-tl DESCRIPTION93684
+Node: install-tl REFERENCES94881
+Node: install-tl EXAMPLES95490
+Ref: install-tl install-tl --paper=letter95941
+Ref: install-tl install-tl --scheme _scheme_96077
+Ref: install-tl install-tl --no-interaction96232
+Ref: install-tl install-tl --profile _texlive.profile_96384
+Node: install-tl OPTIONS96652
+Ref: install-tl *-gui* [[=]_module_]97149
+Ref: install-tl *-no-gui*97160
+Ref: install-tl text97368
+Ref: install-tl tcl (or "perltk" or "wizard" or "expert" or nothing)97553
+Ref: install-tl *-lang* _llcode_98185
+Ref: install-tl *-repository* _url|path_98809
+Ref: install-tl *-select-repository*99703
+Ref: install-tl *-all-options*100121
+Ref: install-tl *-custom-bin* _path_100376
+Ref: install-tl *-debug-fakenet*101208
+Ref: install-tl *-debug-setup-vars*101422
+Ref: install-tl *-debug-translation*101570
+Ref: install-tl *-force-platform* _platform_101846
+Ref: install-tl *-help*, *--help*, *-?*102104
+Ref: install-tl *-in-place*102517
+Ref: install-tl *-init-from-profile* _profile_file_103062
+Ref: install-tl *-logfile* _file_103331
+Ref: install-tl *-no-cls*103682
+Ref: install-tl *-no-continue*103809
+Ref: install-tl *-no-doc-install*104380
+Ref: install-tl *-no-src-install*104399
+Ref: install-tl *-no-installation*105190
+Ref: install-tl *-no-interaction*105341
+Ref: install-tl *-no-persistent-downloads*105598
+Ref: install-tl *-persistent-downloads*105623
+Ref: install-tl *-no-verify-downloads*106230
+Ref: install-tl *-non-admin*106593
+Ref: install-tl *-paper* a4*|*letter106699
+Ref: install-tl *-portable*106895
+Ref: install-tl *-print-platform*107032
+Ref: install-tl *-profile* _profile_file_107230
+Ref: install-tl *-q*107451
+Ref: install-tl *-scheme* _scheme_107513
+Ref: install-tl *-texdir* _dir_107914
+Ref: install-tl *-texuserdir* _dir_108519
+Ref: install-tl *-texmflocal* _dir_108808
+Ref: install-tl *-texmfhome* _dir_109433
+Ref: install-tl *-texmfsysconfig* _dir_109742
+Ref: install-tl *-texmfsysvar* _dir_109764
+Ref: install-tl *-texmfconfig* _dir_109859
+Ref: install-tl *-texmfvar* _dir_109878
+Ref: install-tl *-v*110086
+Ref: install-tl *-version*, *--version*110242
+Node: install-tl PROFILES110376
+Ref: install-tl instopt_adjustpath (default 0 on Unix, 1 on Windows)113392
+Ref: install-tl instopt_adjustrepo (default 1)113468
+Ref: install-tl instopt_letter (default 0)113605
+Ref: install-tl instopt_portable (default 0)113696
+Ref: install-tl instopt_write18_restricted (default 1)114235
+Node: install-tl ENVIRONMENT VARIABLES115574
+Ref: install-tl NOPERLDOC115937
+Ref: install-tl TEXLIVE_DOWNLOADER116022
+Ref: install-tl TL_DOWNLOAD_PROGRAM116045
+Ref: install-tl TL_DOWNLOAD_ARGS116065
+Ref: install-tl TEXLIVE_INSTALL_ENV_NOCHECK116269
+Ref: install-tl TEXLIVE_INSTALL_NO_CONTEXT_CACHE116471
+Ref: install-tl TEXLIVE_INSTALL_NO_DISKCHECK116583
+Ref: install-tl TEXLIVE_INSTALL_NO_RESUME116999
+Ref: install-tl TEXLIVE_INSTALL_NO_WELCOME117151
+Ref: install-tl TEXLIVE_INSTALL_PAPER117272
+Ref: install-tl TEXLIVE_INSTALL_PREFIX117418
+Ref: install-tl TEXLIVE_INSTALL_TEXMFCONFIG117449
+Ref: install-tl TEXLIVE_INSTALL_TEXMFVAR117477
+Ref: install-tl TEXLIVE_INSTALL_TEXMFHOME117506
+Ref: install-tl TEXLIVE_INSTALL_TEXMFLOCAL117536
+Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSCONFIG117570
+Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSVAR117601
+Node: install-tl DIRECTORY TREES118039
+Node: install-tl BUGS120623
+Node: install-tl AUTHORS AND COPYRIGHT121503
+Node: tlmgr121901
+Node: tlmgr NAME122407
+Node: tlmgr SYNOPSIS122551
+Node: tlmgr DESCRIPTION122753
+Node: tlmgr EXAMPLES123864
+Ref: tlmgr tlmgr option repository ctan124127
+Ref: tlmgr tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet124200
+Ref: tlmgr tlmgr update --list124805
+Ref: tlmgr tlmgr update --all124898
+Ref: tlmgr tlmgr info _what_125055
+Ref: tlmgr tlmgr bug _what_125233
+Node: tlmgr OPTIONS125428
+Ref: tlmgr *--repository* _url|path_125961
+Ref: tlmgr /some/local/dir127147
+Ref: tlmgr file:/some/local/dir127176
+Ref: tlmgr ctan127249
+Ref: tlmgr https://mirror.ctan.org/systems/texlive/tlnet127303
+Ref: tlmgr http://server/path/to/tlnet127644
+Ref: tlmgr https://server/path/to/tlnet128025
+Ref: tlmgr ftp://server/path/to/tlnet128493
+Ref: tlmgr user@machine:/path/to/tlnet128625
+Ref: tlmgr scp://user@machine/path/to/tlnet128666
+Ref: tlmgr ssh://user@machine/path/to/tlnet128707
+Ref: tlmgr *--gui* [_action_]129101
+Ref: tlmgr *--gui-lang* _llcode_129915
+Ref: tlmgr *--command-logfile* _file_130657
+Ref: tlmgr *--debug-translation*130924
+Ref: tlmgr *--machine-readable*131128
+Ref: tlmgr *--no-execute-actions*131397
+Ref: tlmgr *--package-logfile* _file_131591
+Ref: tlmgr *--pause*131846
+Ref: tlmgr *--persistent-downloads*132002
+Ref: tlmgr *--no-persistent-downloads*132031
+Ref: tlmgr *--pin-file*132526
+Ref: tlmgr *--usermode*132745
+Ref: tlmgr *--usertree* _dir_132866
+Ref: tlmgr *--verify-repo=[none|main|all]*132993
+Node: tlmgr ACTIONS133892
+Node: tlmgr help134785
+Node: tlmgr version135262
+Node: tlmgr backup135525
+Ref: tlmgr *backup [_option_...] --all*135702
+Ref: tlmgr *backup [_option_...] _pkg_...*135735
+Ref: tlmgr *--backupdir* _directory_136802
+Ref: tlmgr *--all*137020
+Ref: tlmgr *--clean*[=_N_]137273
+Ref: tlmgr *--dry-run*137601
+Node: tlmgr bug [_search-string_]137731
+Node: tlmgr candidates _pkg_138317
+Node: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all]138687
+Ref: tlmgr *depends*139201
+Ref: tlmgr *executes*139543
+Ref: tlmgr *files*139658
+Ref: tlmgr *runfiles*139794
+Ref: tlmgr *texmfdbs*139931
+Ref: tlmgr - all items in TEXMFDBS have the !! prefix.140161
+Ref: tlmgr - all items in TEXMFBDS have an ls-R file (if they exist at all).140237
+Ref: tlmgr - all items in TEXMF with !! are listed in TEXMFDBS.140302
+Ref: tlmgr - all items in TEXMF with an ls-R file are listed in TEXMFDBS.140377
+Ref: tlmgr *--use-svn*140403
+Node: tlmgr conf140544
+Ref: tlmgr *conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]*140834
+Ref: tlmgr *conf auxtrees [--conffile _file_] [show|add|remove] [_value_]*140899
+Node: tlmgr dump-tlpdb [_option_...] [--json]143315
+Ref: tlmgr *--local*143751
+Ref: tlmgr *--remote*143791
+Ref: tlmgr *--json*143830
+Node: tlmgr generate144401
+Ref: tlmgr *generate [_option_...] language*144597
+Ref: tlmgr *generate [_option_...] language.dat*144636
+Ref: tlmgr *generate [_option_...] language.def*144675
+Ref: tlmgr *generate [_option_...] language.dat.lua*144718
+Ref: tlmgr *--dest* _output_file_147046
+Ref: tlmgr *--localcfg* _local_conf_file_147623
+Ref: tlmgr *--rebuild-sys*147747
+Node: tlmgr gui148562
+Node: tlmgr info148742
+Ref: tlmgr *info [_option_...] _pkg_...*148904
+Ref: tlmgr *info [_option_...] collections*148938
+Ref: tlmgr *info [_option_...] schemes*148968
+Ref: tlmgr *--list*150499
+Ref: tlmgr *--only-installed*150814
+Ref: tlmgr *--only-remote*151003
+Ref: tlmgr *--data item1,item2,...*151308
+Ref: tlmgr *--json* 1152681
+Node: tlmgr init-usertree153064
+Node: tlmgr install [_option_...] _pkg_...153445
+Ref: tlmgr *--dry-run* 1153954
+Ref: tlmgr *--file*154072
+Ref: tlmgr *--force*154295
+Ref: tlmgr *--no-depends*154516
+Ref: tlmgr *--no-depends-at-all*154676
+Ref: tlmgr *--reinstall*155077
+Ref: tlmgr *--with-doc*155456
+Ref: tlmgr *--with-src*155470
+Node: tlmgr key156198
+Ref: tlmgr *key list*156356
+Ref: tlmgr *key add _file_*156374
+Ref: tlmgr *key remove _keyid_*156396
+Node: tlmgr list156990
+Node: tlmgr option157152
+Ref: tlmgr *option [--json] [show]*157308
+Ref: tlmgr *option [--json] showall|help*157340
+Ref: tlmgr *option _key_ [_value_]*157366
+Node: tlmgr paper161945
+Ref: tlmgr *paper [a4|letter]*162094
+Ref: tlmgr *<[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*>162171
+Ref: tlmgr *paper --json*162187
+Node: tlmgr path163402
+Ref: tlmgr *path [--windowsmode=user|admin] add*163568
+Ref: tlmgr *path [--windowsmode=user|admin] remove*163610
+Node: tlmgr pinning165125
+Ref: tlmgr pinning show165366
+Ref: tlmgr pinning add _repo_ _pkgglob_...165439
+Ref: tlmgr pinning remove _repo_ _pkgglob_...165558
+Ref: tlmgr pinning remove _repo_ --all165711
+Node: tlmgr platform165765
+Ref: tlmgr *platform list|add|remove _platform_...*165951
+Ref: tlmgr *platform set _platform_*165978
+Ref: tlmgr *platform set auto*165999
+Ref: tlmgr *--dry-run* 2166877
+Node: tlmgr postaction166996
+Ref: tlmgr *postaction [_option_...] install [shortcut|fileassoc|script] [_pkg_...]*167226
+Ref: tlmgr *postaction [_option_...] remove [shortcut|fileassoc|script] [_pkg_...]*167300
+Ref: tlmgr *--windowsmode=[user|admin]*167620
+Ref: tlmgr *--fileassocmode=[1|2]*168045
+Ref: tlmgr *--all* 1168331
+Node: tlmgr print-platform168386
+Node: tlmgr print-platform-info168717
+Node: tlmgr remove [_option_...] _pkg_...169017
+Ref: tlmgr *--all* 2169502
+Ref: tlmgr *--backup*169613
+Ref: tlmgr *--backupdir* _directory_ 1169640
+Ref: tlmgr *--no-depends* 1170045
+Ref: tlmgr *--no-depends-at-all* 1170108
+Ref: tlmgr *--force* 1170215
+Ref: tlmgr *--dry-run* 3170689
+Node: tlmgr repository171066
+Ref: tlmgr *repository list*171254
+Ref: tlmgr *repository list _path|url|tag_*171288
+Ref: tlmgr *repository add _path_ [_tag_]*171321
+Ref: tlmgr *repository remove _path|tag_*171353
+Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*171407
+Ref: tlmgr *repository status*171428
+Ref: tlmgr The tag (which can be the same as the url);172655
+Node: tlmgr restore173133
+Ref: tlmgr *restore [_option_...] _pkg_ [_rev_]*173312
+Ref: tlmgr *restore [_option_...] --all*173343
+Ref: tlmgr *--all* 3174044
+Ref: tlmgr *--backupdir* _directory_ 2174259
+Ref: tlmgr *--dry-run* 4174441
+Ref: tlmgr *--force* 2174574
+Ref: tlmgr *--json* 2174621
+Node: tlmgr search174948
+Ref: tlmgr *search [_option_...] _what_*175112
+Ref: tlmgr *search [_option_...] --file _what_*175150
+Ref: tlmgr *search [_option_...] --all _what_*175187
+Ref: tlmgr *--file* 1175408
+Ref: tlmgr *--all* 4175471
+Ref: tlmgr *--global*175561
+Ref: tlmgr *--word*175689
+Node: tlmgr shell176004
+Ref: tlmgr protocol176739
+Ref: tlmgr help 1176803
+Ref: tlmgr version 1176856
+Ref: tlmgr quit, end, bye, byebye, EOF176924
+Ref: tlmgr restart176945
+Ref: tlmgr load [local|remote]177068
+Ref: tlmgr save177138
+Ref: tlmgr get [_var_] =item set [_var_ [_val_]]177261
+Node: tlmgr show177862
+Node: tlmgr uninstall178029
+Node: tlmgr update [_option_...] [_pkg_...]178261
+Ref: tlmgr *--all* 5178633
+Ref: tlmgr *--self*180813
+Ref: tlmgr *--dry-run* 5181578
+Ref: tlmgr *--list* [_pkg_]181756
+Ref: tlmgr *--exclude* _pkg_182446
+Ref: tlmgr *--no-auto-remove* [_pkg_...]183247
+Ref: tlmgr *--no-auto-install* [_pkg_...]183732
+Ref: tlmgr *--reinstall-forcibly-removed*184495
+Ref: tlmgr *--backup* 1185031
+Ref: tlmgr *--backupdir* _directory_ 3185058
+Ref: tlmgr *--no-depends* 2186225
+Ref: tlmgr *--no-depends-at-all* 2186429
+Ref: tlmgr *--force* 3186536
+Node: tlmgr CONFIGURATION FILE FOR TLMGR187527
+Ref: tlmgr auto-remove = 0 or 1 (default 1), same as command-line option.188529
+Ref: tlmgr gui-expertmode = 0 or 1 (default 1). This switches between the full GUI and a simplified GUI with only the most common settings.188661
+Ref: tlmgr gui-lang = _llcode_, with a language code value as with the command-line option.188745
+Ref: tlmgr no-checksums = 0 or 1 (default 0, see below).188794
+Ref: tlmgr persistent-downloads = 0 or 1 (default 1), same as command-line option.188869
+Ref: tlmgr require-verification = 0 or 1 (default 0), same as command-line option.188944
+Ref: tlmgr tkfontscale = _floating-point number_ (default 1.0); scaling factor for fonts in the Tk-based frontends.189052
+Ref: tlmgr update-exclude = _comma-separated list of packages_ (no spaces allowed). Same as the command line option --exclude for the update action.189197
+Ref: tlmgr verify-downloads = 0 or 1 (default 1), same as command-line option.189268
+Ref: tlmgr allowed-actions = _action1_[,_action2_,...] The value is a comma-separated list (no spaces) of tlmgr actions which are allowed to be executed when tlmgr is invoked in system mode (that is, without --usermode). This allows distributors to include tlmgr in their packaging, but allow only a restricted set of actions that do not interfere with their distro package manager. For native TeX Live installations, it doesn't make sense to set this.189785
+Node: tlmgr CRYPTOGRAPHIC VERIFICATION190617
+Node: tlmgr Configuration of GnuPG invocation192790
+Node: tlmgr USER MODE193428
+Node: tlmgr User mode install196299
+Node: tlmgr User mode backup, restore, remove, update197445
+Node: tlmgr User mode generate, option, paper197891
+Node: tlmgr User mode logs198258
+Node: tlmgr MULTIPLE REPOSITORIES198556
+Node: tlmgr Pinning200285
+Node: tlmgr GUI FOR TLMGR202208
+Node: tlmgr Main display203857
+Node: tlmgr Display configuration area204109
+Ref: tlmgr Status204470
+Ref: tlmgr Category204634
+Ref: tlmgr Match204820
+Ref: tlmgr Selection205001
+Ref: tlmgr Display configuration buttons205205
+Node: tlmgr Package list area205388
+Ref: tlmgr a checkbox205972
+Ref: tlmgr package name206108
+Ref: tlmgr local revision (and version)206207
+Ref: tlmgr remote revision (and version)206582
+Ref: tlmgr short description206879
+Node: tlmgr Main display action buttons206924
+Ref: tlmgr Update all installed207190
+Ref: tlmgr Update207562
+Ref: tlmgr Install207612
+Ref: tlmgr Remove207798
+Ref: tlmgr Backup207976
+Node: tlmgr Menu bar208133
+Ref: tlmgr tlmgr menu208356
+Ref: tlmgr Options menu208664
+Ref: tlmgr Actions menu209747
+Ref: tlmgr Help menu210175
+Node: tlmgr GUI options210309
+Ref: tlmgr -background _color_210555
+Ref: tlmgr -font " _fontname_ _fontsize_ "210620
+Ref: tlmgr -foreground _color_210778
+Ref: tlmgr -geometry _geomspec_210830
+Ref: tlmgr -xrm _xresource_211022
+Node: tlmgr MACHINE-READABLE OUTPUT211291
+Node: tlmgr Machine-readable update and install output212105
+Ref: tlmgr location-url _location_213381
+Ref: tlmgr total-bytes _count_213597
+Ref: tlmgr _pkgname_214007
+Ref: tlmgr _status_214217
+Ref: tlmgr d214295
+Ref: tlmgr f214355
+Ref: tlmgr u214534
+Ref: tlmgr r214580
+Ref: tlmgr a214703
+Ref: tlmgr i214881
+Ref: tlmgr I215000
+Ref: tlmgr _localrev_215102
+Ref: tlmgr _serverrev_215209
+Ref: tlmgr _size_215321
+Ref: tlmgr _runtime_215490
+Ref: tlmgr _esttot_215560
+Node: tlmgr Machine-readable option output215593
+Node: tlmgr ENVIRONMENT VARIABLES216105
+Ref: tlmgr TEXLIVE_COMPRESSOR216616
+Ref: tlmgr TEXLIVE_DOWNLOADER217464
+Ref: tlmgr TL_DOWNLOAD_PROGRAM217487
+Ref: tlmgr TL_DOWNLOAD_ARGS217507
+Ref: tlmgr TEXLIVE_PREFER_OWN218533
+Node: tlmgr AUTHORS AND COPYRIGHT219357
+Node: tlmgr POD ERRORS219780
+Ref: tlmgr Around line 8454:220005
+Node: Index220041

End Tag Table