summaryrefslogtreecommitdiff
path: root/Build/source/doc/tlbuild.info
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-03-22 22:19:14 +0000
committerKarl Berry <karl@freefriends.org>2017-03-22 22:19:14 +0000
commit4338966f2f91ab693de9a4ed1845ed84aea24b75 (patch)
treee6aadebcb4fc3ddc5bc43ef29f6faf98565d67d1 /Build/source/doc/tlbuild.info
parent6bb749147f71bd462194a3979f3f33dd3056d0cf (diff)
.info remake
git-svn-id: svn://tug.org/texlive/trunk@43577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc/tlbuild.info')
-rw-r--r--Build/source/doc/tlbuild.info648
1 files changed, 321 insertions, 327 deletions
diff --git a/Build/source/doc/tlbuild.info b/Build/source/doc/tlbuild.info
index b59544c2f0e..91e1b8084ab 100644
--- a/Build/source/doc/tlbuild.info
+++ b/Build/source/doc/tlbuild.info
@@ -367,30 +367,26 @@ debugging purposes.
things are working. There are many 'configure' options you can tweak as
desired; check the output from 'configure --help'.
- Finally, the above retrieves the entire TL source tree (some 300mb).
-It is natural to ask if this is really necessary. Strictly speaking,
-the answer is no, but it is vastly more convenient to do so. If you cut
-down the source tree, you must also give additional 'configure' flags to
-individually disable using system versions of libraries, or the
-intricacies of the dependencies (such as 'teckit' requiring 'zlib') will
-have undesired side effects. For an example, see the 'build-pdftex.sh'
-script in the 'pdftex' development sources (<http://pdftex.org>), which
-are indeed a cut-down TL source tree.
-
- Caveat 1: even with '--disable-all-pkgs', dependencies will be
-checked. For instance, if a non-MacOSX system does not have
-'fontconfig', XeTeX cannot be built (*note Prerequisites::) and
-'configure' will terminate. To proceed without such dependencies,
-specify '--enable-missing' also. (Arguably this should happen
-automatically.)
-
- Caveat 2: unless 'CC' and 'CXX' and 'OBJCXX' are explicitly
-specified, each package will configure its own compiler(s). In
-practice, this results in a conflict in only one instance: the ICU
-('libs/icu') library will prefer 'clang' and 'clang++' over all others
-if they are installed, whereas everything else prefers 'gcc' and 'g++'.
-Usually the results will be interoperable, but it can cause extra
-confusion and problems when debugging a program that uses ICU.
+ Finally, the above retrieves the entire TL source tree (several
+hundred megabytes). It is natural to ask if this is really necessary.
+Strictly speaking, the answer is no, but it is vastly more convenient to
+do so. If you cut down the source tree, you must also give additional
+'configure' flags to individually disable using system versions of
+libraries, or the intricacies of the dependencies (such as 'teckit'
+requiring 'zlib') will have undesired side effects. For an example, see
+the 'build-pdftex.sh' script in the 'pdftex' development source
+(<http://pdftex.org>), which is indeed a cut-down TL source tree.
+
+ Even with '--disable-all-pkgs', dependencies will be checked. For
+instance, if a non-MacOSX system does not have 'fontconfig', XeTeX
+cannot be built (*note Prerequisites::) and 'configure' will terminate.
+To proceed without such dependencies, specify '--enable-missing' also.
+(Arguably this should happen automatically.)
+
+ By default, the 'gcc' compilers will be used if present; otherwise,
+individual packages may use something different. You can explicitly
+specify the compilers to be used with the environment variables 'CC',
+'CXX', and 'OBJCXX'.

File: tlbuild.info, Node: Installing, Next: Layout and infrastructure, Prev: Building, Up: Top
@@ -4572,11 +4568,10 @@ Index
* callexe.c: Macros for Windows. (line 32)
* CC: Variables for configure.
(line 10)
-* CC=C-COMPILER: Build one package. (line 74)
+* CC=C-COMPILER: Build one package. (line 73)
* CC_BUILD: Cross problems. (line 13)
* chktex: Declarations and definitions.
(line 18)
-* clang compilers, preferred by ICU: Build one package. (line 74)
* clisp: Variables for configure.
(line 18)
* CLISP: Variables for configure.
@@ -4628,7 +4623,7 @@ Index
* ctangle: Cross problems. (line 26)
* CXX: Variables for configure.
(line 11)
-* CXX=C++-COMPILER: Build one package. (line 74)
+* CXX=C++-COMPILER: Build one package. (line 73)
* Debian installation of build prerequisites: Prerequisites. (line 60)
* declarations and definitions, in source code: Declarations and definitions.
(line 6)
@@ -4683,7 +4678,6 @@ Index
* ICU cross compiling: Cross problems. (line 20)
* ICU libraries: Variables for configure.
(line 24)
-* ICU, prefers clang compilers: Build one package. (line 74)
* icu-config: Variables for configure.
(line 24)
* ICU_CONFIG: Variables for configure.
@@ -4817,7 +4811,7 @@ Index
* motif: Configure options for texk/xdvik.
(line 9)
* native cross compilation: Cross compilation. (line 10)
-* OBJCXX=OBJC-COMPILER: Build one package. (line 74)
+* OBJCXX=OBJC-COMPILER: Build one package. (line 73)
* one package, building: Build one package. (line 6)
* OpenGL, required for Asymptote: asymptote. (line 6)
* operating system distribution, building for: Distro builds. (line 6)
@@ -4954,303 +4948,303 @@ Node: Build problems10639
Node: Build in parallel11042
Node: Build distribution11634
Node: Build one package12205
-Node: Installing15791
-Node: Installation directories16806
-Node: Linked scripts18622
-Node: Distro builds20103
-Node: Layout and infrastructure22493
-Node: Build system tools23321
-Node: Top-level directories25330
-Node: Autoconf macros27744
-Node: General setup macros28445
-Node: Macros for programs29312
-Node: Macros for compilers30124
-Node: Macros for libraries31558
-Node: Macros for library and header flags31984
-Node: Macros for Windows33864
-Node: Library modules35441
-Node: png library35930
-Node: zlib library38204
-Node: freetype library38719
-Node: kpathsea library39247
-Node: Program modules40646
-Node: t1utils package41074
-Node: xindy package41625
-Node: xdvik package42775
-Node: asymptote43848
-Node: Extending TeX Live44299
-Node: Adding a new program module45076
-Node: Adding a new generic library module46595
-Node: Adding a new TeX-specific library module48808
-Node: Configure options49495
-Node: Global configure options50877
-Node: --disable-native-texlive-build51419
-Node: --prefix --bindir ...52409
-Node: --disable-largefile52949
-Node: --disable-missing53634
-Node: --enable-compiler-warnings=LEVEL54035
-Node: --enable-cxx-runtime-hack54774
-Node: --enable-maintainer-mode55201
-Node: --enable-multiplatform55730
-Node: --enable-shared56268
-Node: --enable-silent-rules56639
-Node: --without-ln-s57095
-Node: --without-x57446
-Node: Program-specific configure options57634
-Node: --enable-PROG --disable-PROG58277
-Node: --disable-all-pkgs58554
-Node: Configure options for texk/web2c59540
-Node: Configure options for texk/bibtex-x62058
-Node: Configure options for texk/dvipdfm-x62601
-Node: Configure options for texk/dvisvgm63374
-Node: Configure options for texk/texlive64260
-Node: Configure options for texk/xdvik64681
-Node: Configure options for utils/xindy65285
-Node: Library-specific configure options66186
-Node: Configure options for kpathsea67197
-Node: Configure options for system poppler67906
-Node: Variables for configure68697
-Node: Cross compilation70125
-Node: Cross configuring71424
-Node: Cross problems73097
-Node: Coding conventions74744
-Node: Declarations and definitions75471
-Node: Const77653
-Node: install-tl79516
-Node: install-tl NAME79857
-Node: install-tl SYNOPSIS80015
-Node: install-tl DESCRIPTION80223
-Node: install-tl REFERENCES81224
-Node: install-tl OPTIONS81740
-Ref: install-tl *-gui* [[=]_module_]82094
-Ref: install-tl text82303
-Ref: install-tl wizard82426
-Ref: install-tl perltk82580
-Ref: install-tl *-no-gui*83014
-Ref: install-tl *-lang* _llcode_83095
-Ref: install-tl *-repository* _url|path_83782
-Ref: install-tl *-select-repository*85593
-Ref: install-tl *-all-options*86029
-Ref: install-tl *-custom-bin* _path_86336
-Ref: install-tl *-debug-translation*86991
-Ref: install-tl *-force-platform* _platform_87210
-Ref: install-tl *-help*, *--help*, *-?*87454
-Ref: install-tl *-in-place*87847
-Ref: install-tl *-logfile* _file_88374
-Ref: install-tl *-no-cls*88725
-Ref: install-tl *-non-admin*88856
-Ref: install-tl *--persistent-downloads*88961
-Ref: install-tl *--no-persistent-downloads*88989
-Ref: install-tl *-portable*89597
-Ref: install-tl *-print-platform*89736
-Ref: install-tl *-profile* _profile_89929
-Ref: install-tl *-q*91423
-Ref: install-tl *-scheme* _scheme_91485
-Ref: install-tl *-v*91959
-Ref: install-tl *-version*, *--version*92120
-Node: install-tl ENVIRONMENT VARIABLES92251
-Ref: install-tl TEXLIVE_INSTALL_ENV_NOCHECK92640
-Ref: install-tl TEXLIVE_INSTALL_NO_CONTEXT_CACHE92842
-Ref: install-tl TEXLIVE_INSTALL_PREFIX92948
-Ref: install-tl TEXLIVE_INSTALL_TEXMFCONFIG92979
-Ref: install-tl TEXLIVE_INSTALL_TEXMFHOME93008
-Ref: install-tl TEXLIVE_INSTALL_TEXMFLOCAL93038
-Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSCONFIG93072
-Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSVAR93103
-Ref: install-tl TEXLIVE_INSTALL_TEXMFVAR93131
-Ref: install-tl NOPERLDOC93186
-Node: install-tl AUTHORS AND COPYRIGHT93250
-Node: tlmgr93608
-Node: tlmgr NAME94045
-Node: tlmgr SYNOPSIS94170
-Node: tlmgr DESCRIPTION94360
-Node: tlmgr EXAMPLES95456
-Ref: tlmgr tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet95747
-Ref: tlmgr tlmgr update --list95928
-Ref: tlmgr tlmgr update --all96021
-Ref: tlmgr tlmgr info _pkg_96177
-Node: tlmgr OPTIONS96383
-Ref: tlmgr *--repository* _url|path_96903
-Ref: tlmgr *--gui* [_action_]97628
-Ref: tlmgr *--gui-lang* _llcode_98035
-Ref: tlmgr *--debug-translation*98718
-Ref: tlmgr *--machine-readable*98921
-Ref: tlmgr *--no-execute-actions*99189
-Ref: tlmgr *--package-logfile* _file_99382
-Ref: tlmgr *--pause*99637
-Ref: tlmgr *--persistent-downloads*99792
-Ref: tlmgr *--no-persistent-downloads*99820
-Ref: tlmgr *--pin-file*100314
-Ref: tlmgr *--usermode*100532
-Ref: tlmgr *--usertree* _dir_100652
-Node: tlmgr ACTIONS101202
-Node: tlmgr help102434
-Node: tlmgr version102910
-Node: tlmgr backup [--clean[=_N_]] [--backupdir _dir_] [--all | _pkg_]...103228
-Ref: tlmgr *--backupdir* _directory_104322
-Ref: tlmgr *--all*104519
-Ref: tlmgr *--clean*[=_N_]104741
-Ref: tlmgr *--dry-run*105038
-Node: tlmgr candidates _pkg_105158
-Ref: tlmgr *candidates _pkg_* 1105445
-Node: tlmgr check [_option_]... [files|depends|executes|runfiles|all]105589
-Ref: tlmgr *files*106032
-Ref: tlmgr *depends*106167
-Ref: tlmgr *executes*106509
-Ref: tlmgr *runfiles*106627
-Ref: tlmgr *--use-svn*106739
-Node: tlmgr conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]106856
-Node: tlmgr dump-tlpdb [--local|--remote]108928
-Ref: tlmgr *--local*109438
-Ref: tlmgr *--remote*109477
-Node: tlmgr generate [_option_]... _what_109899
-Ref: tlmgr *generate language*110140
-Ref: tlmgr *generate language.dat*110165
-Ref: tlmgr *generate language.def*110190
-Ref: tlmgr *generate language.dat.lua*110219
-Ref: tlmgr *generate fmtutil*110239
-Ref: tlmgr *--dest* _output_file_112476
-Ref: tlmgr *--localcfg* _local_conf_file_113052
-Ref: tlmgr *--rebuild-sys*113175
-Node: tlmgr gui114036
-Node: tlmgr info [_option_...] [collections|schemes|_pkg_...]114280
-Ref: tlmgr *--list*115485
-Ref: tlmgr *--only-installed*115764
-Ref: tlmgr *--taxonomy*115979
-Ref: tlmgr *--keyword*115991
-Ref: tlmgr *--functionality*116009
-Ref: tlmgr *--characterization*116030
-Node: tlmgr init-usertree116243
-Node: tlmgr install [_option_]... _pkg_...116669
-Ref: tlmgr *--file*117033
-Ref: tlmgr *--reinstall*117259
-Ref: tlmgr *--no-depends*117639
-Ref: tlmgr *--no-depends-at-all*117798
-Ref: tlmgr *--dry-run* 1118196
-Ref: tlmgr *--force*118314
-Node: tlmgr option118520
-Ref: tlmgr *option [show]*118693
-Ref: tlmgr *option showall*118711
-Ref: tlmgr *option _key_ [_value_]*118737
-Node: tlmgr paper122585
-Ref: tlmgr *paper [a4|letter]*122770
-Ref: tlmgr *[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*122844
-Node: tlmgr path [--w32mode=user|admin] [add|remove]123871
-Node: tlmgr pinning125354
-Ref: tlmgr pinning show125661
-Ref: tlmgr pinning add _repo_ _pkgglob_...125734
-Ref: tlmgr pinning remove _repo_ _pkgglob_...125853
-Ref: tlmgr pinning remove _repo_ --all126006
-Node: tlmgr platform list|add|remove _platform_...126060
-Node: tlmgr platform set _platform_126308
-Node: tlmgr platform set auto126536
-Ref: tlmgr *--dry-run* 2127653
-Node: tlmgr postaction [--w32mode=user|admin] [--fileassocmode=1|2] [--all] [install|remove] [shortcut|fileassoc|script] [_pkg_]...127762
-Node: tlmgr print-platform129064
-Node: tlmgr restore [--backupdir _dir_] [--all | _pkg_ [_rev_]]129536
-Ref: tlmgr *--all* 1130432
-Ref: tlmgr *--backupdir* _directory_ 1130626
-Ref: tlmgr *--dry-run* 3130782
-Ref: tlmgr *--force* 1130899
-Node: tlmgr remove [_option_]... _pkg_...130927
-Ref: tlmgr *--no-depends* 1131450
-Ref: tlmgr *--no-depends-at-all* 1131512
-Ref: tlmgr *--force* 2131568
-Ref: tlmgr *--dry-run* 4132040
-Node: tlmgr repository132147
-Ref: tlmgr *repository list*132355
-Ref: tlmgr *repository list _path|tag_*132385
-Ref: tlmgr *repository add _path_ [_tag_]*132418
-Ref: tlmgr *repository remove _path|tag_*132450
-Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*132504
-Node: tlmgr search [_option_...] _what_133588
-Node: tlmgr search [_option_...] --file _what_134099
-Node: tlmgr search [_option_...] --taxonomy _what_134350
-Node: tlmgr search [_option_...] --keyword _what_134661
-Node: tlmgr search [_option_...] --functionality _what_134979
-Node: tlmgr search [_option_...] --characterization _what_135317
-Node: tlmgr search [_option_...] --all _what_135657
-Ref: tlmgr *--global*136105
-Ref: tlmgr *--word*136217
-Ref: tlmgr *--list* 1136456
-Ref: tlmgr *--file* 1136802
-Ref: tlmgr *--taxonomy* 1136859
-Ref: tlmgr *--keyword* 1136871
-Ref: tlmgr *--functionality* 1136889
-Ref: tlmgr *--characterization* 1136910
-Ref: tlmgr *--all* 2137065
-Node: tlmgr uninstall137148
-Ref: tlmgr *--force* 3137402
-Node: tlmgr update [_option_]... [_pkg_]...137458
-Ref: tlmgr *--all* 3137829
-Ref: tlmgr *--self*139570
-Ref: tlmgr *--dry-run* 5140334
-Ref: tlmgr *--list* [_pkg_]140511
-Ref: tlmgr *--exclude* _pkg_141200
-Ref: tlmgr *--no-auto-remove* [_pkg_]...141893
-Ref: tlmgr *--no-auto-install* [_pkg_]...142344
-Ref: tlmgr *--reinstall-forcibly-removed*143000
-Ref: tlmgr *--backup* and *--backupdir* _directory_143564
-Ref: tlmgr *--no-depends* 2144745
-Ref: tlmgr *--no-depends-at-all* 2144948
-Ref: tlmgr *--force* 4145004
-Node: tlmgr USER MODE145430
-Node: tlmgr user mode install148241
-Node: tlmgr user mode backup; restore; remove; update149188
-Node: tlmgr user mode generate; option; paper149630
-Node: tlmgr CONFIGURATION FILE FOR TLMGR150006
-Node: tlmgr TAXONOMIES151097
-Ref: tlmgr --keyword 2151723
-Ref: tlmgr --functionality 2151808
-Ref: tlmgr --characterization 2151964
-Ref: tlmgr --taxonomy 2152105
-Node: tlmgr MULTIPLE REPOSITORIES152646
-Node: tlmgr Pinning154367
-Node: tlmgr GUI FOR TLMGR156342
-Node: tlmgr Main display157564
-Node: tlmgr Display configuration area157816
-Ref: tlmgr Status158177
-Ref: tlmgr Category158341
-Ref: tlmgr Match158527
-Ref: tlmgr Selection158787
-Ref: tlmgr Display configuration buttons158991
-Node: tlmgr Package list area159174
-Ref: tlmgr a checkbox159758
-Ref: tlmgr package name159894
-Ref: tlmgr local revision (and version)159993
-Ref: tlmgr remote revision (and version)160368
-Ref: tlmgr short description160665
-Node: tlmgr Main display action buttons160710
-Ref: tlmgr Update all installed160976
-Ref: tlmgr Update161348
-Ref: tlmgr Install161398
-Ref: tlmgr Remove161584
-Ref: tlmgr Backup161762
-Node: tlmgr Menu bar161919
-Ref: tlmgr tlmgr menu162116
-Ref: tlmgr Options menu162424
-Ref: tlmgr Actions menu163507
-Ref: tlmgr Help menu163935
-Node: tlmgr MACHINE-READABLE OUTPUT164068
-Node: tlmgr Machine-readable update and install output164878
-Ref: tlmgr location-url _location_166154
-Ref: tlmgr total-bytes _count_166370
-Ref: tlmgr _pkgname_166780
-Ref: tlmgr _status_166990
-Ref: tlmgr d167068
-Ref: tlmgr f167128
-Ref: tlmgr u167307
-Ref: tlmgr r167353
-Ref: tlmgr a167476
-Ref: tlmgr i167654
-Ref: tlmgr I167773
-Ref: tlmgr _localrev_167875
-Ref: tlmgr _serverrev_167982
-Ref: tlmgr _size_168094
-Ref: tlmgr _runtime_168263
-Ref: tlmgr _esttot_168333
-Node: tlmgr Machine-readable option output168366
-Node: tlmgr AUTHORS AND COPYRIGHT168878
-Node: Index169225
+Node: Installing15557
+Node: Installation directories16572
+Node: Linked scripts18388
+Node: Distro builds19869
+Node: Layout and infrastructure22259
+Node: Build system tools23087
+Node: Top-level directories25096
+Node: Autoconf macros27510
+Node: General setup macros28211
+Node: Macros for programs29078
+Node: Macros for compilers29890
+Node: Macros for libraries31324
+Node: Macros for library and header flags31750
+Node: Macros for Windows33630
+Node: Library modules35207
+Node: png library35696
+Node: zlib library37970
+Node: freetype library38485
+Node: kpathsea library39013
+Node: Program modules40412
+Node: t1utils package40840
+Node: xindy package41391
+Node: xdvik package42541
+Node: asymptote43614
+Node: Extending TeX Live44065
+Node: Adding a new program module44842
+Node: Adding a new generic library module46361
+Node: Adding a new TeX-specific library module48574
+Node: Configure options49261
+Node: Global configure options50643
+Node: --disable-native-texlive-build51185
+Node: --prefix --bindir ...52175
+Node: --disable-largefile52715
+Node: --disable-missing53400
+Node: --enable-compiler-warnings=LEVEL53801
+Node: --enable-cxx-runtime-hack54540
+Node: --enable-maintainer-mode54967
+Node: --enable-multiplatform55496
+Node: --enable-shared56034
+Node: --enable-silent-rules56405
+Node: --without-ln-s56861
+Node: --without-x57212
+Node: Program-specific configure options57400
+Node: --enable-PROG --disable-PROG58043
+Node: --disable-all-pkgs58320
+Node: Configure options for texk/web2c59306
+Node: Configure options for texk/bibtex-x61824
+Node: Configure options for texk/dvipdfm-x62367
+Node: Configure options for texk/dvisvgm63140
+Node: Configure options for texk/texlive64026
+Node: Configure options for texk/xdvik64447
+Node: Configure options for utils/xindy65051
+Node: Library-specific configure options65952
+Node: Configure options for kpathsea66963
+Node: Configure options for system poppler67672
+Node: Variables for configure68463
+Node: Cross compilation69891
+Node: Cross configuring71190
+Node: Cross problems72863
+Node: Coding conventions74510
+Node: Declarations and definitions75237
+Node: Const77419
+Node: install-tl79282
+Node: install-tl NAME79623
+Node: install-tl SYNOPSIS79781
+Node: install-tl DESCRIPTION79989
+Node: install-tl REFERENCES80990
+Node: install-tl OPTIONS81506
+Ref: install-tl *-gui* [[=]_module_]81860
+Ref: install-tl text82069
+Ref: install-tl wizard82192
+Ref: install-tl perltk82346
+Ref: install-tl *-no-gui*82780
+Ref: install-tl *-lang* _llcode_82861
+Ref: install-tl *-repository* _url|path_83548
+Ref: install-tl *-select-repository*85359
+Ref: install-tl *-all-options*85795
+Ref: install-tl *-custom-bin* _path_86102
+Ref: install-tl *-debug-translation*86757
+Ref: install-tl *-force-platform* _platform_86976
+Ref: install-tl *-help*, *--help*, *-?*87220
+Ref: install-tl *-in-place*87613
+Ref: install-tl *-logfile* _file_88140
+Ref: install-tl *-no-cls*88491
+Ref: install-tl *-non-admin*88622
+Ref: install-tl *--persistent-downloads*88727
+Ref: install-tl *--no-persistent-downloads*88755
+Ref: install-tl *-portable*89363
+Ref: install-tl *-print-platform*89502
+Ref: install-tl *-profile* _profile_89695
+Ref: install-tl *-q*91189
+Ref: install-tl *-scheme* _scheme_91251
+Ref: install-tl *-v*91725
+Ref: install-tl *-version*, *--version*91886
+Node: install-tl ENVIRONMENT VARIABLES92017
+Ref: install-tl TEXLIVE_INSTALL_ENV_NOCHECK92406
+Ref: install-tl TEXLIVE_INSTALL_NO_CONTEXT_CACHE92608
+Ref: install-tl TEXLIVE_INSTALL_PREFIX92714
+Ref: install-tl TEXLIVE_INSTALL_TEXMFCONFIG92745
+Ref: install-tl TEXLIVE_INSTALL_TEXMFHOME92774
+Ref: install-tl TEXLIVE_INSTALL_TEXMFLOCAL92804
+Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSCONFIG92838
+Ref: install-tl TEXLIVE_INSTALL_TEXMFSYSVAR92869
+Ref: install-tl TEXLIVE_INSTALL_TEXMFVAR92897
+Ref: install-tl NOPERLDOC92952
+Node: install-tl AUTHORS AND COPYRIGHT93016
+Node: tlmgr93374
+Node: tlmgr NAME93811
+Node: tlmgr SYNOPSIS93936
+Node: tlmgr DESCRIPTION94126
+Node: tlmgr EXAMPLES95222
+Ref: tlmgr tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet95513
+Ref: tlmgr tlmgr update --list95694
+Ref: tlmgr tlmgr update --all95787
+Ref: tlmgr tlmgr info _pkg_95943
+Node: tlmgr OPTIONS96149
+Ref: tlmgr *--repository* _url|path_96669
+Ref: tlmgr *--gui* [_action_]97394
+Ref: tlmgr *--gui-lang* _llcode_97801
+Ref: tlmgr *--debug-translation*98484
+Ref: tlmgr *--machine-readable*98687
+Ref: tlmgr *--no-execute-actions*98955
+Ref: tlmgr *--package-logfile* _file_99148
+Ref: tlmgr *--pause*99403
+Ref: tlmgr *--persistent-downloads*99558
+Ref: tlmgr *--no-persistent-downloads*99586
+Ref: tlmgr *--pin-file*100080
+Ref: tlmgr *--usermode*100298
+Ref: tlmgr *--usertree* _dir_100418
+Node: tlmgr ACTIONS100968
+Node: tlmgr help102200
+Node: tlmgr version102676
+Node: tlmgr backup [--clean[=_N_]] [--backupdir _dir_] [--all | _pkg_]...102994
+Ref: tlmgr *--backupdir* _directory_104088
+Ref: tlmgr *--all*104285
+Ref: tlmgr *--clean*[=_N_]104507
+Ref: tlmgr *--dry-run*104804
+Node: tlmgr candidates _pkg_104924
+Ref: tlmgr *candidates _pkg_* 1105211
+Node: tlmgr check [_option_]... [files|depends|executes|runfiles|all]105355
+Ref: tlmgr *files*105798
+Ref: tlmgr *depends*105933
+Ref: tlmgr *executes*106275
+Ref: tlmgr *runfiles*106393
+Ref: tlmgr *--use-svn*106505
+Node: tlmgr conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]106622
+Node: tlmgr dump-tlpdb [--local|--remote]108694
+Ref: tlmgr *--local*109204
+Ref: tlmgr *--remote*109243
+Node: tlmgr generate [_option_]... _what_109665
+Ref: tlmgr *generate language*109906
+Ref: tlmgr *generate language.dat*109931
+Ref: tlmgr *generate language.def*109956
+Ref: tlmgr *generate language.dat.lua*109985
+Ref: tlmgr *generate fmtutil*110005
+Ref: tlmgr *--dest* _output_file_112242
+Ref: tlmgr *--localcfg* _local_conf_file_112818
+Ref: tlmgr *--rebuild-sys*112941
+Node: tlmgr gui113802
+Node: tlmgr info [_option_...] [collections|schemes|_pkg_...]114046
+Ref: tlmgr *--list*115251
+Ref: tlmgr *--only-installed*115530
+Ref: tlmgr *--taxonomy*115745
+Ref: tlmgr *--keyword*115757
+Ref: tlmgr *--functionality*115775
+Ref: tlmgr *--characterization*115796
+Node: tlmgr init-usertree116009
+Node: tlmgr install [_option_]... _pkg_...116435
+Ref: tlmgr *--file*116799
+Ref: tlmgr *--reinstall*117025
+Ref: tlmgr *--no-depends*117405
+Ref: tlmgr *--no-depends-at-all*117564
+Ref: tlmgr *--dry-run* 1117962
+Ref: tlmgr *--force*118080
+Node: tlmgr option118286
+Ref: tlmgr *option [show]*118459
+Ref: tlmgr *option showall*118477
+Ref: tlmgr *option _key_ [_value_]*118503
+Node: tlmgr paper122351
+Ref: tlmgr *paper [a4|letter]*122536
+Ref: tlmgr *[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*122610
+Node: tlmgr path [--w32mode=user|admin] [add|remove]123637
+Node: tlmgr pinning125120
+Ref: tlmgr pinning show125427
+Ref: tlmgr pinning add _repo_ _pkgglob_...125500
+Ref: tlmgr pinning remove _repo_ _pkgglob_...125619
+Ref: tlmgr pinning remove _repo_ --all125772
+Node: tlmgr platform list|add|remove _platform_...125826
+Node: tlmgr platform set _platform_126074
+Node: tlmgr platform set auto126302
+Ref: tlmgr *--dry-run* 2127419
+Node: tlmgr postaction [--w32mode=user|admin] [--fileassocmode=1|2] [--all] [install|remove] [shortcut|fileassoc|script] [_pkg_]...127528
+Node: tlmgr print-platform128830
+Node: tlmgr restore [--backupdir _dir_] [--all | _pkg_ [_rev_]]129302
+Ref: tlmgr *--all* 1130198
+Ref: tlmgr *--backupdir* _directory_ 1130392
+Ref: tlmgr *--dry-run* 3130548
+Ref: tlmgr *--force* 1130665
+Node: tlmgr remove [_option_]... _pkg_...130693
+Ref: tlmgr *--no-depends* 1131216
+Ref: tlmgr *--no-depends-at-all* 1131278
+Ref: tlmgr *--force* 2131334
+Ref: tlmgr *--dry-run* 4131806
+Node: tlmgr repository131913
+Ref: tlmgr *repository list*132121
+Ref: tlmgr *repository list _path|tag_*132151
+Ref: tlmgr *repository add _path_ [_tag_]*132184
+Ref: tlmgr *repository remove _path|tag_*132216
+Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*132270
+Node: tlmgr search [_option_...] _what_133354
+Node: tlmgr search [_option_...] --file _what_133865
+Node: tlmgr search [_option_...] --taxonomy _what_134116
+Node: tlmgr search [_option_...] --keyword _what_134427
+Node: tlmgr search [_option_...] --functionality _what_134745
+Node: tlmgr search [_option_...] --characterization _what_135083
+Node: tlmgr search [_option_...] --all _what_135423
+Ref: tlmgr *--global*135871
+Ref: tlmgr *--word*135983
+Ref: tlmgr *--list* 1136222
+Ref: tlmgr *--file* 1136568
+Ref: tlmgr *--taxonomy* 1136625
+Ref: tlmgr *--keyword* 1136637
+Ref: tlmgr *--functionality* 1136655
+Ref: tlmgr *--characterization* 1136676
+Ref: tlmgr *--all* 2136831
+Node: tlmgr uninstall136914
+Ref: tlmgr *--force* 3137168
+Node: tlmgr update [_option_]... [_pkg_]...137224
+Ref: tlmgr *--all* 3137595
+Ref: tlmgr *--self*139336
+Ref: tlmgr *--dry-run* 5140100
+Ref: tlmgr *--list* [_pkg_]140277
+Ref: tlmgr *--exclude* _pkg_140966
+Ref: tlmgr *--no-auto-remove* [_pkg_]...141659
+Ref: tlmgr *--no-auto-install* [_pkg_]...142110
+Ref: tlmgr *--reinstall-forcibly-removed*142766
+Ref: tlmgr *--backup* and *--backupdir* _directory_143330
+Ref: tlmgr *--no-depends* 2144511
+Ref: tlmgr *--no-depends-at-all* 2144714
+Ref: tlmgr *--force* 4144770
+Node: tlmgr USER MODE145196
+Node: tlmgr user mode install148007
+Node: tlmgr user mode backup; restore; remove; update148954
+Node: tlmgr user mode generate; option; paper149396
+Node: tlmgr CONFIGURATION FILE FOR TLMGR149772
+Node: tlmgr TAXONOMIES150863
+Ref: tlmgr --keyword 2151489
+Ref: tlmgr --functionality 2151574
+Ref: tlmgr --characterization 2151730
+Ref: tlmgr --taxonomy 2151871
+Node: tlmgr MULTIPLE REPOSITORIES152412
+Node: tlmgr Pinning154133
+Node: tlmgr GUI FOR TLMGR156108
+Node: tlmgr Main display157330
+Node: tlmgr Display configuration area157582
+Ref: tlmgr Status157943
+Ref: tlmgr Category158107
+Ref: tlmgr Match158293
+Ref: tlmgr Selection158553
+Ref: tlmgr Display configuration buttons158757
+Node: tlmgr Package list area158940
+Ref: tlmgr a checkbox159524
+Ref: tlmgr package name159660
+Ref: tlmgr local revision (and version)159759
+Ref: tlmgr remote revision (and version)160134
+Ref: tlmgr short description160431
+Node: tlmgr Main display action buttons160476
+Ref: tlmgr Update all installed160742
+Ref: tlmgr Update161114
+Ref: tlmgr Install161164
+Ref: tlmgr Remove161350
+Ref: tlmgr Backup161528
+Node: tlmgr Menu bar161685
+Ref: tlmgr tlmgr menu161882
+Ref: tlmgr Options menu162190
+Ref: tlmgr Actions menu163273
+Ref: tlmgr Help menu163701
+Node: tlmgr MACHINE-READABLE OUTPUT163834
+Node: tlmgr Machine-readable update and install output164644
+Ref: tlmgr location-url _location_165920
+Ref: tlmgr total-bytes _count_166136
+Ref: tlmgr _pkgname_166546
+Ref: tlmgr _status_166756
+Ref: tlmgr d166834
+Ref: tlmgr f166894
+Ref: tlmgr u167073
+Ref: tlmgr r167119
+Ref: tlmgr a167242
+Ref: tlmgr i167420
+Ref: tlmgr I167539
+Ref: tlmgr _localrev_167641
+Ref: tlmgr _serverrev_167748
+Ref: tlmgr _size_167860
+Ref: tlmgr _runtime_168029
+Ref: tlmgr _esttot_168099
+Node: tlmgr Machine-readable option output168132
+Node: tlmgr AUTHORS AND COPYRIGHT168644
+Node: Index168991

End Tag Table