summaryrefslogtreecommitdiff
path: root/Build/source/doc/tlbuild.info
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-06-18 22:03:00 +0000
committerKarl Berry <karl@freefriends.org>2023-06-18 22:03:00 +0000
commit33a0fed8576335fe601d8cd0474bea003621ac32 (patch)
treeaef2688a26e0f69ef1d6126f98c238c8261ac581 /Build/source/doc/tlbuild.info
parentdc291eefc4b00f9bd3db4c9336dd688e93160518 (diff)
makeinfo 7.0.3; SUBDIRS=. needed with single tests
git-svn-id: svn://tug.org/texlive/trunk@67403 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc/tlbuild.info')
-rw-r--r--Build/source/doc/tlbuild.info899
1 files changed, 449 insertions, 450 deletions
diff --git a/Build/source/doc/tlbuild.info b/Build/source/doc/tlbuild.info
index cfe432ca26a..c54a0a67c95 100644
--- a/Build/source/doc/tlbuild.info
+++ b/Build/source/doc/tlbuild.info
@@ -1,4 +1,4 @@
-This is tlbuild.info, produced by makeinfo version 7.0.2 from
+This is tlbuild.info, produced by makeinfo version 6.5 from
tlbuild.texi.
This file documents the TeX Live build system and more.
@@ -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 June 2023) corresponds to the TeX Live 2023 release.
This manual is aimed at system installers and programmers, and
focuses on how to configure, build, and develop the TeX Live (TL)
@@ -488,6 +487,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'.
@@ -822,7 +826,7 @@ many extra hassles, so don't do that, tempting as it may be.
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.0.3
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
@@ -4334,8 +4338,8 @@ package, dependencies are never removed. Options:
*--backupdir* _directory_
- These options behave just as with the *note update: tlmgr update
- [_option_...] [_pkg_...]. action (q.v.), except they apply to
+ These options behave just as with the *note update: tlmgr update
+ [_option_...] [_pkg_...]. action (q.v.), except they apply to
making backups of packages before they are removed. The default is
to make such a backup, that is, to save a copy of packages before
removal.
@@ -4349,8 +4353,8 @@ package, dependencies are never removed. Options:
*--no-depends-at-all*
- See above under *note install: tlmgr install [_option_...]
- _pkg_.... (and beware).
+ See above under *note install: tlmgr install [_option_...] _pkg_...
+ (and beware).
*--force*
@@ -4603,7 +4607,7 @@ File: tlbuild.info, Node: tlmgr uninstall, Next: tlmgr update [_option_...] [_
B.6.29 uninstall
----------------
-Synonym for *note remove: tlmgr remove [_option_...] _pkg_....
+Synonym for *note remove: tlmgr remove [_option_...] _pkg_....

File: tlbuild.info, Node: tlmgr update [_option_...] [_pkg_...], Prev: tlmgr uninstall, Up: tlmgr ACTIONS
@@ -4796,8 +4800,8 @@ must be specified. Options:
*--no-depends-at-all*
- See above under *note install: tlmgr install [_option_...]
- _pkg_.... (and beware).
+ See above under *note install: tlmgr install [_option_...] _pkg_...
+ (and beware).
*--force*
@@ -5010,7 +5014,7 @@ be installed into a user tree.
* tlmgr User mode logs::

-File: tlbuild.info, Node: tlmgr User mode install, Next: tlmgr User mode backup, restore, remove, update, Up: tlmgr USER MODE
+File: tlbuild.info, Node: tlmgr User mode install, Next: tlmgr User mode backup, restore, remove, update, Up: tlmgr USER MODE
B.9.1 User mode install
-----------------------
@@ -5034,7 +5038,7 @@ of the user's 'updmap.cfg' in 'USERTREE/web2c/' is made, and then this
file regenerated from the list of installed packages.

-File: tlbuild.info, Node: tlmgr User mode backup, restore, remove, update, Next: tlmgr User mode generate, option, paper, Prev: tlmgr User mode install, Up: tlmgr USER MODE
+File: tlbuild.info, Node: tlmgr User mode backup, restore, remove, update, Next: tlmgr User mode generate, option, paper, Prev: tlmgr User mode install, Up: tlmgr USER MODE
B.9.2 User mode backup, restore, remove, update
-----------------------------------------------
@@ -5044,7 +5048,7 @@ installed in the user tree before proceeding; otherwise, they behave
just as in normal mode.

-File: tlbuild.info, Node: tlmgr User mode generate, option, paper, Next: tlmgr User mode logs, Prev: tlmgr User mode backup, restore, remove, update, Up: tlmgr USER MODE
+File: tlbuild.info, Node: tlmgr User mode generate, option, paper, Next: tlmgr User mode logs, Prev: tlmgr User mode backup, restore, remove, update, Up: tlmgr USER MODE
B.9.3 User mode generate, option, paper
---------------------------------------
@@ -5053,7 +5057,7 @@ In user mode, these actions operate only on the user tree's
configuration files and/or 'texlive.tlpdb'.

-File: tlbuild.info, Node: tlmgr User mode logs, Prev: tlmgr User mode generate, option, paper, Up: tlmgr USER MODE
+File: tlbuild.info, Node: tlmgr User mode logs, Prev: tlmgr User mode generate, option, paper, Up: tlmgr USER MODE
B.9.4 User mode logs
--------------------
@@ -5442,9 +5446,9 @@ messages for human consumption are written to stderr (normally they are
written to stdout). The idea is that a program can get all the
information it needs by reading stdout.
- Currently this option only applies to the *note update: tlmgr update
-[_option_...] [_pkg_...], *note install: tlmgr install [_option_...]
-_pkg_..., and *note option: tlmgr option. actions.
+ Currently this option only applies to the *note update: tlmgr update
+[_option_...] [_pkg_...], *note install: tlmgr install [_option_...]
+_pkg_..., and *note option: tlmgr option. actions.
* Menu:
@@ -5766,7 +5770,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.
@@ -6003,7 +6007,7 @@ Index
(line 6)
* kpathsea library: kpathsea library. (line 6)
* kpathsea.ac: kpathsea library. (line 18)
-* kpse-libpng-flags.m4: png library. (line 45)
+* kpse-libpng-flags.m4: png library. (line 46)
* kpse-pkgs.m4: Overview of build system.
(line 30)
* kpse-zlib-flags.m4: zlib library. (line 6)
@@ -6045,7 +6049,7 @@ Index
(line 8)
* KPSE_LIBPNG_FLAGS: Macros for library and header flags.
(line 10)
-* KPSE_LIBPNG_FLAGS <1>: png library. (line 45)
+* KPSE_LIBPNG_FLAGS <1>: png library. (line 46)
* kpse_libs_pkgs: Adding a new generic library module.
(line 6)
* KPSE_LIB_FLAGS: Macros for library and header flags.
@@ -6061,10 +6065,10 @@ Index
(line 6)
* kpse_texlibs_pkgs: Adding a new TeX-specific library module.
(line 11)
-* KPSE_TRY_LIB: png library. (line 17)
+* KPSE_TRY_LIB: png library. (line 18)
* KPSE_TRY_LIB <1>: Adding a new generic library module.
(line 20)
-* KPSE_TRY_LIBXX: png library. (line 30)
+* KPSE_TRY_LIBXX: png library. (line 31)
* KPSE_TRY_LIBXX <1>: Adding a new generic library module.
(line 20)
* kpse_utils_pkgs: Adding a new program module.
@@ -6173,7 +6177,7 @@ Index
* program modules: Program modules. (line 6)
* program-specific configure options: Program-specific configure options.
(line 6)
-* proxy build system: png library. (line 35)
+* proxy build system: png library. (line 36)
* Python, required by ICU: Prerequisites. (line 23)
* reautoconf: Build system tools. (line 28)
* reautoconf, for new program: Adding a new program module.
@@ -6285,431 +6289,426 @@ 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 builds29029
-Node: Layout and infrastructure31405
-Node: Build system tools32236
-Node: Top-level directories34455
-Node: Autoconf macros36691
-Node: General setup macros37453
-Node: Macros for programs38328
-Node: Macros for compilers39129
-Node: Macros for libraries40537
-Node: Macros for library and header flags40963
-Node: Macros for Windows42874
-Node: Library modules44469
-Node: png library44958
-Node: zlib library47306
-Node: freetype library47821
-Node: kpathsea library48517
-Node: Program modules49896
-Node: t1utils package50324
-Node: xindy package50869
-Node: xdvik package51985
-Node: asymptote53044
-Node: Extending TeX Live53548
-Node: Adding a new program module54355
-Node: Adding a new engine59118
-Node: Adding a new generic library module60903
-Node: Adding a new TeX-specific library module63124
-Node: Configure options63822
-Node: Global configure options65203
-Node: --disable-native-texlive-build65745
-Node: --prefix --bindir ...66707
-Node: --disable-largefile67247
-Node: --disable-missing67789
-Node: --enable-compiler-warnings=LEVEL68190
-Node: --enable-cxx-runtime-hack68846
-Node: --enable-maintainer-mode69266
-Node: --enable-multiplatform69795
-Node: --enable-shared70368
-Node: --enable-silent-rules70739
-Node: --without-ln-s71191
-Node: --without-x71538
-Node: Program-specific configure options71726
-Node: --enable-PROG --disable-PROG72369
-Node: --disable-all-pkgs72642
-Node: Configure options for texk/web2c73425
-Node: Configure options for texk/bibtex-x75963
-Node: Configure options for texk/dvipdfm-x76506
-Node: Configure options for texk/dvisvgm77282
-Node: Configure options for texk/texlive78163
-Node: Configure options for texk/xdvik78584
-Node: Configure options for utils/xindy79205
-Node: Library-specific configure options80095
-Node: Configure options for kpathsea81056
-Node: Variables for configure81760
-Node: Coding conventions83186
-Node: Declarations and definitions83901
-Node: Const86075
-Node: Continuous integration87939
-Node: Transfer from Subversion to Github88603
-Node: Automatic update of the Git mirror90765
-Node: CI testing on Travis-CI91347
-Node: Releases on Github92056
-Node: install-tl92496
-Node: install-tl NAME92940
-Node: install-tl SYNOPSIS93120
-Node: install-tl DESCRIPTION93358
-Node: install-tl REFERENCES94555
-Node: install-tl EXAMPLES95164
-Ref: install-tl install-tl --paper=letter95615
-Ref: install-tl install-tl --scheme _scheme_95751
-Ref: install-tl install-tl --no-interaction95906
-Ref: install-tl install-tl --profile _texlive.profile_96058
-Node: install-tl OPTIONS96326
-Ref: install-tl *-gui* [[=]_module_]96823
-Ref: install-tl *-no-gui*96834
-Ref: install-tl text97042
-Ref: install-tl tcl (or "perltk" or "wizard" or "expert" or nothing)97227
-Ref: install-tl *-lang* _llcode_97859
-Ref: install-tl *-repository* _url|path_98483
-Ref: install-tl *-select-repository*99377
-Ref: install-tl *-all-options*99795
-Ref: install-tl *-custom-bin* _path_100050
-Ref: install-tl *-debug-fakenet*100882
-Ref: install-tl *-debug-setup-vars*101096
-Ref: install-tl *-debug-translation*101244
-Ref: install-tl *-force-platform* _platform_101520
-Ref: install-tl *-help*, *--help*, *-?*101778
-Ref: install-tl *-in-place*102191
-Ref: install-tl *-init-from-profile* _profile_file_102736
-Ref: install-tl *-logfile* _file_103005
-Ref: install-tl *-no-cls*103356
-Ref: install-tl *-no-continue*103483
-Ref: install-tl *-no-doc-install*104054
-Ref: install-tl *-no-src-install*104073
-Ref: install-tl *-no-installation*104864
-Ref: install-tl *-no-interaction*105015
-Ref: install-tl *-no-persistent-downloads*105272
-Ref: install-tl *-persistent-downloads*105297
-Ref: install-tl *-no-verify-downloads*105904
-Ref: install-tl *-non-admin*106267
-Ref: install-tl *-paper* a4*|*letter106373
-Ref: install-tl *-portable*106569
-Ref: install-tl *-print-platform*106706
-Ref: install-tl *-profile* _profile_file_106904
-Ref: install-tl *-q*107125
-Ref: install-tl *-scheme* _scheme_107187
-Ref: install-tl *-texdir* _dir_107588
-Ref: install-tl *-texuserdir* _dir_108193
-Ref: install-tl *-texmflocal* _dir_108482
-Ref: install-tl *-texmfhome* _dir_109107
-Ref: install-tl *-texmfsysconfig* _dir_109416
-Ref: install-tl *-texmfsysvar* _dir_109438
-Ref: install-tl *-texmfconfig* _dir_109533
-Ref: install-tl *-texmfvar* _dir_109552
-Ref: install-tl *-v*109760
-Ref: install-tl *-version*, *--version*109916
-Node: install-tl PROFILES110050
-Ref: install-tl instopt_adjustpath (default 0 on Unix, 1 on Windows)113066
-Ref: install-tl instopt_adjustrepo (default 1)113142
-Ref: install-tl instopt_letter (default 0)113279
-Ref: install-tl instopt_portable (default 0)113370
-Ref: install-tl instopt_write18_restricted (default 1)113909
-Node: install-tl ENVIRONMENT VARIABLES115248
-Ref: install-tl NOPERLDOC115611
-Ref: install-tl TEXLIVE_DOWNLOADER115696
-Ref: install-tl TL_DOWNLOAD_PROGRAM115719
-Ref: install-tl TL_DOWNLOAD_ARGS115739
-Ref: install-tl TEXLIVE_INSTALL_ENV_NOCHECK115943
-Ref: install-tl TEXLIVE_INSTALL_NO_CONTEXT_CACHE116145
-Ref: install-tl TEXLIVE_INSTALL_NO_DISKCHECK116257
-Ref: install-tl TEXLIVE_INSTALL_NO_RESUME116673
-Ref: install-tl TEXLIVE_INSTALL_NO_WELCOME116825
-Ref: install-tl TEXLIVE_INSTALL_PAPER116946
-Ref: install-tl TEXLIVE_INSTALL_PREFIX117092
-Ref: install-tl TEXLIVE_INSTALL_TEXMFCONFIG117123
-Ref: install-tl TEXLIVE_INSTALL_TEXMFVAR117151
-Ref: install-tl TEXLIVE_INSTALL_TEXMFHOME117180
-Ref: install-tl TEXLIVE_INSTALL_TEXMFLOCAL117210
-Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSCONFIG117244
-Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSVAR117275
-Node: install-tl DIRECTORY TREES117713
-Node: install-tl BUGS120297
-Node: install-tl AUTHORS AND COPYRIGHT121177
-Node: tlmgr121579
-Node: tlmgr NAME122064
-Node: tlmgr SYNOPSIS122208
-Node: tlmgr DESCRIPTION122410
-Node: tlmgr EXAMPLES123521
-Ref: tlmgr tlmgr option repository ctan123784
-Ref: tlmgr tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet123857
-Ref: tlmgr tlmgr update --list124462
-Ref: tlmgr tlmgr update --all124555
-Ref: tlmgr tlmgr info _what_124712
-Node: tlmgr OPTIONS124974
-Ref: tlmgr *--repository* _url|path_125507
-Ref: tlmgr /some/local/dir126693
-Ref: tlmgr file:/some/local/dir126722
-Ref: tlmgr ctan126795
-Ref: tlmgr https://mirror.ctan.org/systems/texlive/tlnet126849
-Ref: tlmgr http://server/path/to/tlnet127190
-Ref: tlmgr https://server/path/to/tlnet127571
-Ref: tlmgr ftp://server/path/to/tlnet128039
-Ref: tlmgr user@machine:/path/to/tlnet128171
-Ref: tlmgr scp://user@machine/path/to/tlnet128212
-Ref: tlmgr ssh://user@machine/path/to/tlnet128253
-Ref: tlmgr *--gui* [_action_]128647
-Ref: tlmgr *--gui-lang* _llcode_129461
-Ref: tlmgr *--command-logfile* _file_130203
-Ref: tlmgr *--debug-translation*130470
-Ref: tlmgr *--machine-readable*130674
-Ref: tlmgr *--no-execute-actions*130943
-Ref: tlmgr *--package-logfile* _file_131137
-Ref: tlmgr *--pause*131392
-Ref: tlmgr *--persistent-downloads*131548
-Ref: tlmgr *--no-persistent-downloads*131577
-Ref: tlmgr *--pin-file*132072
-Ref: tlmgr *--usermode*132291
-Ref: tlmgr *--usertree* _dir_132412
-Ref: tlmgr *--verify-repo=[none|main|all]*132539
-Node: tlmgr ACTIONS133438
-Node: tlmgr help134299
-Node: tlmgr version134776
-Node: tlmgr backup135039
-Ref: tlmgr *backup [_option_...] --all*135211
-Ref: tlmgr *backup [_option_...] _pkg_...*135244
-Ref: tlmgr *--backupdir* _directory_136311
-Ref: tlmgr *--all*136529
-Ref: tlmgr *--clean*[=_N_]136782
-Ref: tlmgr *--dry-run*137110
-Node: tlmgr candidates _pkg_137240
-Node: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all]137595
-Ref: tlmgr *depends*138109
-Ref: tlmgr *executes*138451
-Ref: tlmgr *files*138566
-Ref: tlmgr *runfiles*138702
-Ref: tlmgr *texmfdbs*138839
-Ref: tlmgr - all items in TEXMFDBS have the !! prefix.139069
-Ref: tlmgr - all items in TEXMFBDS have an ls-R file (if they exist at all).139145
-Ref: tlmgr - all items in TEXMF with !! are listed in TEXMFDBS.139210
-Ref: tlmgr - all items in TEXMF with an ls-R file are listed in TEXMFDBS.139285
-Ref: tlmgr *--use-svn*139311
-Node: tlmgr conf139452
-Ref: tlmgr *conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]*139742
-Ref: tlmgr *conf auxtrees [--conffile _file_] [show|add|remove] [_value_]*139807
-Node: tlmgr dump-tlpdb [_option_...] [--json]142223
-Ref: tlmgr *--local*142659
-Ref: tlmgr *--remote*142699
-Ref: tlmgr *--json*142738
-Node: tlmgr generate143309
-Ref: tlmgr *generate [_option_...] language*143505
-Ref: tlmgr *generate [_option_...] language.dat*143544
-Ref: tlmgr *generate [_option_...] language.def*143583
-Ref: tlmgr *generate [_option_...] language.dat.lua*143626
-Ref: tlmgr *--dest* _output_file_145954
-Ref: tlmgr *--localcfg* _local_conf_file_146531
-Ref: tlmgr *--rebuild-sys*146655
-Node: tlmgr gui147470
-Node: tlmgr info147648
-Ref: tlmgr *info [_option_...] _pkg_...*147810
-Ref: tlmgr *info [_option_...] collections*147844
-Ref: tlmgr *info [_option_...] schemes*147874
-Ref: tlmgr *--list*149405
-Ref: tlmgr *--only-installed*149720
-Ref: tlmgr *--only-remote*149909
-Ref: tlmgr *--data item1,item2,...*150214
-Ref: tlmgr *--json* 1151587
-Node: tlmgr init-usertree151970
-Node: tlmgr install [_option_...] _pkg_...152351
-Ref: tlmgr *--dry-run* 1152860
-Ref: tlmgr *--file*152978
-Ref: tlmgr *--force*153201
-Ref: tlmgr *--no-depends*153422
-Ref: tlmgr *--no-depends-at-all*153582
-Ref: tlmgr *--reinstall*153983
-Ref: tlmgr *--with-doc*154362
-Ref: tlmgr *--with-src*154376
-Node: tlmgr key155104
-Ref: tlmgr *key list*155262
-Ref: tlmgr *key add _file_*155280
-Ref: tlmgr *key remove _keyid_*155302
-Node: tlmgr list155896
-Node: tlmgr option156058
-Ref: tlmgr *option [--json] [show]*156214
-Ref: tlmgr *option [--json] showall|help*156246
-Ref: tlmgr *option _key_ [_value_]*156272
-Node: tlmgr paper160851
-Ref: tlmgr *paper [a4|letter]*161000
-Ref: tlmgr *<[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*>161077
-Ref: tlmgr *paper --json*161093
-Node: tlmgr path162308
-Ref: tlmgr *path [--windowsmode=user|admin] add*162474
-Ref: tlmgr *path [--windowsmode=user|admin] remove*162516
-Node: tlmgr pinning164031
-Ref: tlmgr pinning show164272
-Ref: tlmgr pinning add _repo_ _pkgglob_...164345
-Ref: tlmgr pinning remove _repo_ _pkgglob_...164464
-Ref: tlmgr pinning remove _repo_ --all164617
-Node: tlmgr platform164671
-Ref: tlmgr *platform list|add|remove _platform_...*164857
-Ref: tlmgr *platform set _platform_*164884
-Ref: tlmgr *platform set auto*164905
-Ref: tlmgr *--dry-run* 2165783
-Node: tlmgr postaction165902
-Ref: tlmgr *postaction [_option_...] install [shortcut|fileassoc|script] [_pkg_...]*166132
-Ref: tlmgr *postaction [_option_...] remove [shortcut|fileassoc|script] [_pkg_...]*166206
-Ref: tlmgr *--windowsmode=[user|admin]*166526
-Ref: tlmgr *--fileassocmode=[1|2]*166951
-Ref: tlmgr *--all* 1167237
-Node: tlmgr print-platform167292
-Node: tlmgr print-platform-info167623
-Node: tlmgr remove [_option_...] _pkg_...167923
-Ref: tlmgr *--all* 2168408
-Ref: tlmgr *--backup*168519
-Ref: tlmgr *--backupdir* _directory_ 1168546
-Ref: tlmgr *--no-depends* 1168951
-Ref: tlmgr *--no-depends-at-all* 1169014
-Ref: tlmgr *--force* 1169121
-Ref: tlmgr *--dry-run* 3169595
-Node: tlmgr repository169972
-Ref: tlmgr *repository list*170160
-Ref: tlmgr *repository list _path|url|tag_*170194
-Ref: tlmgr *repository add _path_ [_tag_]*170227
-Ref: tlmgr *repository remove _path|tag_*170259
-Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*170313
-Ref: tlmgr *repository status*170334
-Ref: tlmgr The tag (which can be the same as the url);171561
-Node: tlmgr restore172039
-Ref: tlmgr *restore [_option_...] _pkg_ [_rev_]*172218
-Ref: tlmgr *restore [_option_...] --all*172249
-Ref: tlmgr *--all* 3172950
-Ref: tlmgr *--backupdir* _directory_ 2173165
-Ref: tlmgr *--dry-run* 4173347
-Ref: tlmgr *--force* 2173480
-Ref: tlmgr *--json* 2173527
-Node: tlmgr search173854
-Ref: tlmgr *search [_option_...] _what_*174018
-Ref: tlmgr *search [_option_...] --file _what_*174056
-Ref: tlmgr *search [_option_...] --all _what_*174093
-Ref: tlmgr *--file* 1174314
-Ref: tlmgr *--all* 4174377
-Ref: tlmgr *--global*174467
-Ref: tlmgr *--word*174595
-Node: tlmgr shell174910
-Ref: tlmgr protocol175645
-Ref: tlmgr help 1175709
-Ref: tlmgr version 1175762
-Ref: tlmgr quit, end, bye, byebye, EOF175830
-Ref: tlmgr restart175851
-Ref: tlmgr load [local|remote]175974
-Ref: tlmgr save176044
-Ref: tlmgr get [_var_] =item set [_var_ [_val_]]176167
-Node: tlmgr show176768
-Node: tlmgr uninstall176935
-Node: tlmgr update [_option_...] [_pkg_...]177167
-Ref: tlmgr *--all* 5177539
-Ref: tlmgr *--self*179719
-Ref: tlmgr *--dry-run* 5180484
-Ref: tlmgr *--list* [_pkg_]180662
-Ref: tlmgr *--exclude* _pkg_181352
-Ref: tlmgr *--no-auto-remove* [_pkg_...]182153
-Ref: tlmgr *--no-auto-install* [_pkg_...]182638
-Ref: tlmgr *--reinstall-forcibly-removed*183401
-Ref: tlmgr *--backup* 1183937
-Ref: tlmgr *--backupdir* _directory_ 3183964
-Ref: tlmgr *--no-depends* 2185131
-Ref: tlmgr *--no-depends-at-all* 2185335
-Ref: tlmgr *--force* 3185442
-Node: tlmgr CONFIGURATION FILE FOR TLMGR186433
-Ref: tlmgr auto-remove = 0 or 1 (default 1), same as command-line option.187435
-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.187567
-Ref: tlmgr gui-lang = _llcode_, with a language code value as with the command-line option.187651
-Ref: tlmgr no-checksums = 0 or 1 (default 0, see below).187700
-Ref: tlmgr persistent-downloads = 0 or 1 (default 1), same as command-line option.187775
-Ref: tlmgr require-verification = 0 or 1 (default 0), same as command-line option.187850
-Ref: tlmgr tkfontscale = _floating-point number_ (default 1.0); scaling factor for fonts in the Tk-based frontends.187958
-Ref: tlmgr update-exclude = _comma-separated list of packages_ (no spaces allowed). Same as the command line option --exclude for the update action.188103
-Ref: tlmgr verify-downloads = 0 or 1 (default 1), same as command-line option.188174
-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.188691
-Node: tlmgr CRYPTOGRAPHIC VERIFICATION189523
-Node: tlmgr Configuration of GnuPG invocation191696
-Node: tlmgr USER MODE192334
-Node: tlmgr User mode install195205
-Node: tlmgr User mode backup, restore, remove, update196351
-Node: tlmgr User mode generate, option, paper196797
-Node: tlmgr User mode logs197164
-Node: tlmgr MULTIPLE REPOSITORIES197462
-Node: tlmgr Pinning199191
-Node: tlmgr GUI FOR TLMGR201114
-Node: tlmgr Main display202763
-Node: tlmgr Display configuration area203015
-Ref: tlmgr Status203376
-Ref: tlmgr Category203540
-Ref: tlmgr Match203726
-Ref: tlmgr Selection203907
-Ref: tlmgr Display configuration buttons204111
-Node: tlmgr Package list area204294
-Ref: tlmgr a checkbox204878
-Ref: tlmgr package name205014
-Ref: tlmgr local revision (and version)205113
-Ref: tlmgr remote revision (and version)205488
-Ref: tlmgr short description205785
-Node: tlmgr Main display action buttons205830
-Ref: tlmgr Update all installed206096
-Ref: tlmgr Update206468
-Ref: tlmgr Install206518
-Ref: tlmgr Remove206704
-Ref: tlmgr Backup206882
-Node: tlmgr Menu bar207039
-Ref: tlmgr tlmgr menu207262
-Ref: tlmgr Options menu207570
-Ref: tlmgr Actions menu208653
-Ref: tlmgr Help menu209081
-Node: tlmgr GUI options209215
-Ref: tlmgr -background _color_209461
-Ref: tlmgr -font " _fontname_ _fontsize_ "209526
-Ref: tlmgr -foreground _color_209684
-Ref: tlmgr -geometry _geomspec_209736
-Ref: tlmgr -xrm _xresource_209928
-Node: tlmgr MACHINE-READABLE OUTPUT210197
-Node: tlmgr Machine-readable update and install output211011
-Ref: tlmgr location-url _location_212287
-Ref: tlmgr total-bytes _count_212503
-Ref: tlmgr _pkgname_212913
-Ref: tlmgr _status_213123
-Ref: tlmgr d213201
-Ref: tlmgr f213261
-Ref: tlmgr u213440
-Ref: tlmgr r213486
-Ref: tlmgr a213609
-Ref: tlmgr i213787
-Ref: tlmgr I213906
-Ref: tlmgr _localrev_214008
-Ref: tlmgr _serverrev_214115
-Ref: tlmgr _size_214227
-Ref: tlmgr _runtime_214396
-Ref: tlmgr _esttot_214466
-Node: tlmgr Machine-readable option output214499
-Node: tlmgr ENVIRONMENT VARIABLES215011
-Ref: tlmgr TEXLIVE_COMPRESSOR215522
-Ref: tlmgr TEXLIVE_DOWNLOADER216370
-Ref: tlmgr TL_DOWNLOAD_PROGRAM216393
-Ref: tlmgr TL_DOWNLOAD_ARGS216413
-Ref: tlmgr TEXLIVE_PREFER_OWN217439
-Node: tlmgr AUTHORS AND COPYRIGHT218263
-Node: Index218665
+Node: Top1208
+Node: Introduction2118
+Node: Overview of build system3942
+Node: Prerequisites5993
+Ref: Prerequisites-Footnote-18992
+Node: Building9295
+Node: Build iteration10637
+Node: Build in parallel11681
+Node: Build distribution12286
+Node: Build one package12934
+Node: Build one engine17647
+Node: Cross compilation20259
+Node: Cross configuring21538
+Node: Cross problems23215
+Node: Installing24877
+Node: Installation directories25897
+Node: Linked scripts27715
+Node: Distro builds29210
+Node: Layout and infrastructure31586
+Node: Build system tools32417
+Node: Top-level directories34636
+Node: Autoconf macros36872
+Node: General setup macros37634
+Node: Macros for programs38509
+Node: Macros for compilers39310
+Node: Macros for libraries40718
+Node: Macros for library and header flags41144
+Node: Macros for Windows43055
+Node: Library modules44650
+Node: png library45139
+Node: zlib library47487
+Node: freetype library48002
+Node: kpathsea library48698
+Node: Program modules50077
+Node: t1utils package50505
+Node: xindy package51050
+Node: xdvik package52166
+Node: asymptote53225
+Node: Extending TeX Live53729
+Node: Adding a new program module54536
+Node: Adding a new engine59299
+Node: Adding a new generic library module61084
+Node: Adding a new TeX-specific library module63305
+Node: Configure options64003
+Node: Global configure options65384
+Node: --disable-native-texlive-build65926
+Node: --prefix --bindir ...66888
+Node: --disable-largefile67428
+Node: --disable-missing67970
+Node: --enable-compiler-warnings=LEVEL68371
+Node: --enable-cxx-runtime-hack69027
+Node: --enable-maintainer-mode69447
+Node: --enable-multiplatform69976
+Node: --enable-shared70549
+Node: --enable-silent-rules70920
+Node: --without-ln-s71372
+Node: --without-x71719
+Node: Program-specific configure options71907
+Node: --enable-PROG --disable-PROG72550
+Node: --disable-all-pkgs72823
+Node: Configure options for texk/web2c73606
+Node: Configure options for texk/bibtex-x76144
+Node: Configure options for texk/dvipdfm-x76687
+Node: Configure options for texk/dvisvgm77463
+Node: Configure options for texk/texlive78344
+Node: Configure options for texk/xdvik78765
+Node: Configure options for utils/xindy79386
+Node: Library-specific configure options80276
+Node: Configure options for kpathsea81237
+Node: Variables for configure81941
+Node: Coding conventions83367
+Node: Declarations and definitions84082
+Node: Const86256
+Node: Continuous integration88120
+Node: Transfer from Subversion to Github88784
+Node: Automatic update of the Git mirror90946
+Node: CI testing on Travis-CI91528
+Node: Releases on Github92237
+Node: install-tl92677
+Node: install-tl NAME93121
+Node: install-tl SYNOPSIS93301
+Node: install-tl DESCRIPTION93539
+Node: install-tl REFERENCES94736
+Node: install-tl EXAMPLES95345
+Ref: install-tl install-tl --paper=letter95796
+Ref: install-tl install-tl --scheme _scheme_95932
+Ref: install-tl install-tl --no-interaction96087
+Ref: install-tl install-tl --profile _texlive.profile_96239
+Node: install-tl OPTIONS96507
+Ref: install-tl *-gui* [[=]_module_]97004
+Ref: install-tl *-no-gui*97015
+Ref: install-tl text97223
+Ref: install-tl tcl (or "perltk" or "wizard" or "expert" or nothing)97408
+Ref: install-tl *-lang* _llcode_98040
+Ref: install-tl *-repository* _url|path_98664
+Ref: install-tl *-select-repository*99558
+Ref: install-tl *-all-options*99976
+Ref: install-tl *-custom-bin* _path_100231
+Ref: install-tl *-debug-fakenet*101063
+Ref: install-tl *-debug-setup-vars*101277
+Ref: install-tl *-debug-translation*101425
+Ref: install-tl *-force-platform* _platform_101701
+Ref: install-tl *-help*, *--help*, *-?*101959
+Ref: install-tl *-in-place*102372
+Ref: install-tl *-init-from-profile* _profile_file_102917
+Ref: install-tl *-logfile* _file_103186
+Ref: install-tl *-no-cls*103537
+Ref: install-tl *-no-continue*103664
+Ref: install-tl *-no-doc-install*104235
+Ref: install-tl *-no-src-install*104254
+Ref: install-tl *-no-installation*105045
+Ref: install-tl *-no-interaction*105196
+Ref: install-tl *-no-persistent-downloads*105453
+Ref: install-tl *-persistent-downloads*105478
+Ref: install-tl *-no-verify-downloads*106085
+Ref: install-tl *-non-admin*106448
+Ref: install-tl *-paper* a4*|*letter106554
+Ref: install-tl *-portable*106750
+Ref: install-tl *-print-platform*106887
+Ref: install-tl *-profile* _profile_file_107085
+Ref: install-tl *-q*107306
+Ref: install-tl *-scheme* _scheme_107368
+Ref: install-tl *-texdir* _dir_107769
+Ref: install-tl *-texuserdir* _dir_108374
+Ref: install-tl *-texmflocal* _dir_108663
+Ref: install-tl *-texmfhome* _dir_109288
+Ref: install-tl *-texmfsysconfig* _dir_109597
+Ref: install-tl *-texmfsysvar* _dir_109619
+Ref: install-tl *-texmfconfig* _dir_109714
+Ref: install-tl *-texmfvar* _dir_109733
+Ref: install-tl *-v*109941
+Ref: install-tl *-version*, *--version*110097
+Node: install-tl PROFILES110231
+Ref: install-tl instopt_adjustpath (default 0 on Unix, 1 on Windows)113247
+Ref: install-tl instopt_adjustrepo (default 1)113323
+Ref: install-tl instopt_letter (default 0)113460
+Ref: install-tl instopt_portable (default 0)113551
+Ref: install-tl instopt_write18_restricted (default 1)114090
+Node: install-tl ENVIRONMENT VARIABLES115429
+Ref: install-tl NOPERLDOC115792
+Ref: install-tl TEXLIVE_DOWNLOADER115877
+Ref: install-tl TL_DOWNLOAD_PROGRAM115900
+Ref: install-tl TL_DOWNLOAD_ARGS115920
+Ref: install-tl TEXLIVE_INSTALL_ENV_NOCHECK116124
+Ref: install-tl TEXLIVE_INSTALL_NO_CONTEXT_CACHE116326
+Ref: install-tl TEXLIVE_INSTALL_NO_DISKCHECK116438
+Ref: install-tl TEXLIVE_INSTALL_NO_RESUME116854
+Ref: install-tl TEXLIVE_INSTALL_NO_WELCOME117006
+Ref: install-tl TEXLIVE_INSTALL_PAPER117127
+Ref: install-tl TEXLIVE_INSTALL_PREFIX117273
+Ref: install-tl TEXLIVE_INSTALL_TEXMFCONFIG117304
+Ref: install-tl TEXLIVE_INSTALL_TEXMFVAR117332
+Ref: install-tl TEXLIVE_INSTALL_TEXMFHOME117361
+Ref: install-tl TEXLIVE_INSTALL_TEXMFLOCAL117391
+Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSCONFIG117425
+Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSVAR117456
+Node: install-tl DIRECTORY TREES117894
+Node: install-tl BUGS120478
+Node: install-tl AUTHORS AND COPYRIGHT121358
+Node: tlmgr121760
+Node: tlmgr NAME122245
+Node: tlmgr SYNOPSIS122389
+Node: tlmgr DESCRIPTION122591
+Node: tlmgr EXAMPLES123702
+Ref: tlmgr tlmgr option repository ctan123965
+Ref: tlmgr tlmgr option repository https://mirror.ctan.org/systems/texlive/tlnet124038
+Ref: tlmgr tlmgr update --list124643
+Ref: tlmgr tlmgr update --all124736
+Ref: tlmgr tlmgr info _what_124893
+Node: tlmgr OPTIONS125155
+Ref: tlmgr *--repository* _url|path_125688
+Ref: tlmgr /some/local/dir126874
+Ref: tlmgr file:/some/local/dir126903
+Ref: tlmgr ctan126976
+Ref: tlmgr https://mirror.ctan.org/systems/texlive/tlnet127030
+Ref: tlmgr http://server/path/to/tlnet127371
+Ref: tlmgr https://server/path/to/tlnet127752
+Ref: tlmgr ftp://server/path/to/tlnet128220
+Ref: tlmgr user@machine:/path/to/tlnet128352
+Ref: tlmgr scp://user@machine/path/to/tlnet128393
+Ref: tlmgr ssh://user@machine/path/to/tlnet128434
+Ref: tlmgr *--gui* [_action_]128828
+Ref: tlmgr *--gui-lang* _llcode_129642
+Ref: tlmgr *--command-logfile* _file_130384
+Ref: tlmgr *--debug-translation*130651
+Ref: tlmgr *--machine-readable*130855
+Ref: tlmgr *--no-execute-actions*131124
+Ref: tlmgr *--package-logfile* _file_131318
+Ref: tlmgr *--pause*131573
+Ref: tlmgr *--persistent-downloads*131729
+Ref: tlmgr *--no-persistent-downloads*131758
+Ref: tlmgr *--pin-file*132253
+Ref: tlmgr *--usermode*132472
+Ref: tlmgr *--usertree* _dir_132593
+Ref: tlmgr *--verify-repo=[none|main|all]*132720
+Node: tlmgr ACTIONS133619
+Node: tlmgr help134480
+Node: tlmgr version134957
+Node: tlmgr backup135220
+Ref: tlmgr *backup [_option_...] --all*135392
+Ref: tlmgr *backup [_option_...] _pkg_...*135425
+Ref: tlmgr *--backupdir* _directory_136492
+Ref: tlmgr *--all*136710
+Ref: tlmgr *--clean*[=_N_]136963
+Ref: tlmgr *--dry-run*137291
+Node: tlmgr candidates _pkg_137421
+Node: tlmgr check [_option_...] [depends|executes|files|runfiles|texmfdbs|all]137776
+Ref: tlmgr *depends*138290
+Ref: tlmgr *executes*138632
+Ref: tlmgr *files*138747
+Ref: tlmgr *runfiles*138883
+Ref: tlmgr *texmfdbs*139020
+Ref: tlmgr - all items in TEXMFDBS have the !! prefix.139250
+Ref: tlmgr - all items in TEXMFBDS have an ls-R file (if they exist at all).139326
+Ref: tlmgr - all items in TEXMF with !! are listed in TEXMFDBS.139391
+Ref: tlmgr - all items in TEXMF with an ls-R file are listed in TEXMFDBS.139466
+Ref: tlmgr *--use-svn*139492
+Node: tlmgr conf139633
+Ref: tlmgr *conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]*139923
+Ref: tlmgr *conf auxtrees [--conffile _file_] [show|add|remove] [_value_]*139988
+Node: tlmgr dump-tlpdb [_option_...] [--json]142404
+Ref: tlmgr *--local*142840
+Ref: tlmgr *--remote*142880
+Ref: tlmgr *--json*142919
+Node: tlmgr generate143490
+Ref: tlmgr *generate [_option_...] language*143686
+Ref: tlmgr *generate [_option_...] language.dat*143725
+Ref: tlmgr *generate [_option_...] language.def*143764
+Ref: tlmgr *generate [_option_...] language.dat.lua*143807
+Ref: tlmgr *--dest* _output_file_146135
+Ref: tlmgr *--localcfg* _local_conf_file_146712
+Ref: tlmgr *--rebuild-sys*146836
+Node: tlmgr gui147651
+Node: tlmgr info147829
+Ref: tlmgr *info [_option_...] _pkg_...*147991
+Ref: tlmgr *info [_option_...] collections*148025
+Ref: tlmgr *info [_option_...] schemes*148055
+Ref: tlmgr *--list*149586
+Ref: tlmgr *--only-installed*149901
+Ref: tlmgr *--only-remote*150090
+Ref: tlmgr *--data item1,item2,...*150395
+Ref: tlmgr *--json* 1151768
+Node: tlmgr init-usertree152151
+Node: tlmgr install [_option_...] _pkg_...152532
+Ref: tlmgr *--dry-run* 1153041
+Ref: tlmgr *--file*153159
+Ref: tlmgr *--force*153382
+Ref: tlmgr *--no-depends*153603
+Ref: tlmgr *--no-depends-at-all*153763
+Ref: tlmgr *--reinstall*154164
+Ref: tlmgr *--with-doc*154543
+Ref: tlmgr *--with-src*154557
+Node: tlmgr key155285
+Ref: tlmgr *key list*155443
+Ref: tlmgr *key add _file_*155461
+Ref: tlmgr *key remove _keyid_*155483
+Node: tlmgr list156077
+Node: tlmgr option156239
+Ref: tlmgr *option [--json] [show]*156395
+Ref: tlmgr *option [--json] showall|help*156427
+Ref: tlmgr *option _key_ [_value_]*156453
+Node: tlmgr paper161032
+Ref: tlmgr *paper [a4|letter]*161181
+Ref: tlmgr *<[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*>161258
+Ref: tlmgr *paper --json*161274
+Node: tlmgr path162489
+Ref: tlmgr *path [--windowsmode=user|admin] add*162655
+Ref: tlmgr *path [--windowsmode=user|admin] remove*162697
+Node: tlmgr pinning164212
+Ref: tlmgr pinning show164453
+Ref: tlmgr pinning add _repo_ _pkgglob_...164526
+Ref: tlmgr pinning remove _repo_ _pkgglob_...164645
+Ref: tlmgr pinning remove _repo_ --all164798
+Node: tlmgr platform164852
+Ref: tlmgr *platform list|add|remove _platform_...*165038
+Ref: tlmgr *platform set _platform_*165065
+Ref: tlmgr *platform set auto*165086
+Ref: tlmgr *--dry-run* 2165964
+Node: tlmgr postaction166083
+Ref: tlmgr *postaction [_option_...] install [shortcut|fileassoc|script] [_pkg_...]*166313
+Ref: tlmgr *postaction [_option_...] remove [shortcut|fileassoc|script] [_pkg_...]*166387
+Ref: tlmgr *--windowsmode=[user|admin]*166707
+Ref: tlmgr *--fileassocmode=[1|2]*167132
+Ref: tlmgr *--all* 1167418
+Node: tlmgr print-platform167473
+Node: tlmgr print-platform-info167804
+Node: tlmgr remove [_option_...] _pkg_...168104
+Ref: tlmgr *--all* 2168589
+Ref: tlmgr *--backup*168700
+Ref: tlmgr *--backupdir* _directory_ 1168727
+Ref: tlmgr *--no-depends* 1169130
+Ref: tlmgr *--no-depends-at-all* 1169193
+Ref: tlmgr *--force* 1169297
+Ref: tlmgr *--dry-run* 3169771
+Node: tlmgr repository170148
+Ref: tlmgr *repository list*170336
+Ref: tlmgr *repository list _path|url|tag_*170370
+Ref: tlmgr *repository add _path_ [_tag_]*170403
+Ref: tlmgr *repository remove _path|tag_*170435
+Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*170489
+Ref: tlmgr *repository status*170510
+Ref: tlmgr The tag (which can be the same as the url);171737
+Node: tlmgr restore172215
+Ref: tlmgr *restore [_option_...] _pkg_ [_rev_]*172394
+Ref: tlmgr *restore [_option_...] --all*172425
+Ref: tlmgr *--all* 3173126
+Ref: tlmgr *--backupdir* _directory_ 2173341
+Ref: tlmgr *--dry-run* 4173523
+Ref: tlmgr *--force* 2173656
+Ref: tlmgr *--json* 2173703
+Node: tlmgr search174030
+Ref: tlmgr *search [_option_...] _what_*174194
+Ref: tlmgr *search [_option_...] --file _what_*174232
+Ref: tlmgr *search [_option_...] --all _what_*174269
+Ref: tlmgr *--file* 1174490
+Ref: tlmgr *--all* 4174553
+Ref: tlmgr *--global*174643
+Ref: tlmgr *--word*174771
+Node: tlmgr shell175086
+Ref: tlmgr protocol175821
+Ref: tlmgr help 1175885
+Ref: tlmgr version 1175938
+Ref: tlmgr quit, end, bye, byebye, EOF176006
+Ref: tlmgr restart176027
+Ref: tlmgr load [local|remote]176150
+Ref: tlmgr save176220
+Ref: tlmgr get [_var_] =item set [_var_ [_val_]]176343
+Node: tlmgr show176944
+Node: tlmgr uninstall177111
+Node: tlmgr update [_option_...] [_pkg_...]177341
+Ref: tlmgr *--all* 5177713
+Ref: tlmgr *--self*179893
+Ref: tlmgr *--dry-run* 5180658
+Ref: tlmgr *--list* [_pkg_]180836
+Ref: tlmgr *--exclude* _pkg_181526
+Ref: tlmgr *--no-auto-remove* [_pkg_...]182327
+Ref: tlmgr *--no-auto-install* [_pkg_...]182812
+Ref: tlmgr *--reinstall-forcibly-removed*183575
+Ref: tlmgr *--backup* 1184111
+Ref: tlmgr *--backupdir* _directory_ 3184138
+Ref: tlmgr *--no-depends* 2185305
+Ref: tlmgr *--no-depends-at-all* 2185509
+Ref: tlmgr *--force* 3185613
+Node: tlmgr CONFIGURATION FILE FOR TLMGR186604
+Ref: tlmgr auto-remove = 0 or 1 (default 1), same as command-line option.187606
+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.187738
+Ref: tlmgr gui-lang = _llcode_, with a language code value as with the command-line option.187822
+Ref: tlmgr no-checksums = 0 or 1 (default 0, see below).187871
+Ref: tlmgr persistent-downloads = 0 or 1 (default 1), same as command-line option.187946
+Ref: tlmgr require-verification = 0 or 1 (default 0), same as command-line option.188021
+Ref: tlmgr tkfontscale = _floating-point number_ (default 1.0); scaling factor for fonts in the Tk-based frontends.188129
+Ref: tlmgr update-exclude = _comma-separated list of packages_ (no spaces allowed). Same as the command line option --exclude for the update action.188274
+Ref: tlmgr verify-downloads = 0 or 1 (default 1), same as command-line option.188345
+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.188862
+Node: tlmgr CRYPTOGRAPHIC VERIFICATION189694
+Node: tlmgr Configuration of GnuPG invocation191867
+Node: tlmgr USER MODE192505
+Node: tlmgr User mode install195376
+Node: tlmgr User mode backup, restore, remove, update196520
+Node: tlmgr User mode generate, option, paper196962
+Node: tlmgr User mode logs197325
+Node: tlmgr MULTIPLE REPOSITORIES197621
+Node: tlmgr Pinning199350
+Node: tlmgr GUI FOR TLMGR201273
+Node: tlmgr Main display202922
+Node: tlmgr Display configuration area203174
+Ref: tlmgr Status203535
+Ref: tlmgr Category203699
+Ref: tlmgr Match203885
+Ref: tlmgr Selection204066
+Ref: tlmgr Display configuration buttons204270
+Node: tlmgr Package list area204453
+Ref: tlmgr a checkbox205037
+Ref: tlmgr package name205173
+Ref: tlmgr local revision (and version)205272
+Ref: tlmgr remote revision (and version)205647
+Ref: tlmgr short description205944
+Node: tlmgr Main display action buttons205989
+Ref: tlmgr Update all installed206255
+Ref: tlmgr Update206627
+Ref: tlmgr Install206677
+Ref: tlmgr Remove206863
+Ref: tlmgr Backup207041
+Node: tlmgr Menu bar207198
+Ref: tlmgr tlmgr menu207421
+Ref: tlmgr Options menu207729
+Ref: tlmgr Actions menu208812
+Ref: tlmgr Help menu209240
+Node: tlmgr GUI options209374
+Ref: tlmgr -background _color_209620
+Ref: tlmgr -font " _fontname_ _fontsize_ "209685
+Ref: tlmgr -foreground _color_209843
+Ref: tlmgr -geometry _geomspec_209895
+Ref: tlmgr -xrm _xresource_210087
+Node: tlmgr MACHINE-READABLE OUTPUT210356
+Node: tlmgr Machine-readable update and install output211166
+Ref: tlmgr location-url _location_212442
+Ref: tlmgr total-bytes _count_212658
+Ref: tlmgr _pkgname_213068
+Ref: tlmgr _status_213278
+Ref: tlmgr d213356
+Ref: tlmgr f213416
+Ref: tlmgr u213595
+Ref: tlmgr r213641
+Ref: tlmgr a213764
+Ref: tlmgr i213942
+Ref: tlmgr I214061
+Ref: tlmgr _localrev_214163
+Ref: tlmgr _serverrev_214270
+Ref: tlmgr _size_214382
+Ref: tlmgr _runtime_214551
+Ref: tlmgr _esttot_214621
+Node: tlmgr Machine-readable option output214654
+Node: tlmgr ENVIRONMENT VARIABLES215166
+Ref: tlmgr TEXLIVE_COMPRESSOR215677
+Ref: tlmgr TEXLIVE_DOWNLOADER216525
+Ref: tlmgr TL_DOWNLOAD_PROGRAM216548
+Ref: tlmgr TL_DOWNLOAD_ARGS216568
+Ref: tlmgr TEXLIVE_PREFER_OWN217594
+Node: tlmgr AUTHORS AND COPYRIGHT218418
+Node: Index218820

End Tag Table
-
-
-Local Variables:
-coding: utf-8
-End: