From c5981a361b3214447b5ae997f277a80687de66db Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 8 Jan 2015 00:15:15 +0000 Subject: automake 1.15 git-svn-id: svn://tug.org/texlive/trunk@35988 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/doc/Makefile.in | 25 +- Build/source/doc/build-tools.txt | 2 +- Build/source/doc/tlbuild.info | 586 +++++++++++++++++++-------------------- 3 files changed, 312 insertions(+), 301 deletions(-) (limited to 'Build/source/doc') diff --git a/Build/source/doc/Makefile.in b/Build/source/doc/Makefile.in index a004fc71bf4..df8c5e95af3 100644 --- a/Build/source/doc/Makefile.in +++ b/Build/source/doc/Makefile.in @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,9 +88,6 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ subdir = doc -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(tlbuild_TEXINFOS) $(top_srcdir)/build-aux/texinfo.tex \ - ChangeLog ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-cairo-flags.m4 \ $(top_srcdir)/m4/kpse-common.m4 \ @@ -208,6 +215,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/kpse-cairo-flags.m4 \ $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = @@ -300,6 +308,8 @@ am__uninstall_files_from_dir = { \ $(am__cd) "$$dir" && rm -f $$files; }; \ } am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in $(tlbuild_TEXINFOS) \ + $(top_srcdir)/build-aux/texinfo.tex ChangeLog DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ AMTAR = @AMTAR@ @@ -487,7 +497,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign doc/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign doc/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -906,6 +915,8 @@ uninstall-am: uninstall-dvi-am uninstall-html-am uninstall-info-am \ uninstall-dvi-am uninstall-html-am uninstall-info-am \ uninstall-pdf-am uninstall-ps-am +.PRECIOUS: Makefile + # autogenerate the top-level README files. readme-files: tlbuild.info diff --git a/Build/source/doc/build-tools.txt b/Build/source/doc/build-tools.txt index d1fa38ca6c7..451fbd90558 100644 --- a/Build/source/doc/build-tools.txt +++ b/Build/source/doc/build-tools.txt @@ -1,5 +1,5 @@ autoconf (GNU Autoconf) 2.69 -automake (GNU automake) 1.14.1 +automake (GNU automake) 1.15 bison (GNU Bison) 3.0.2 flex 2.5.39 ltmain.sh (GNU libtool) 2.4.4 diff --git a/Build/source/doc/tlbuild.info b/Build/source/doc/tlbuild.info index df237eaf4be..385ffc21740 100644 --- a/Build/source/doc/tlbuild.info +++ b/Build/source/doc/tlbuild.info @@ -555,7 +555,7 @@ many extra hassles, so don't do that, tempting as it may be. Currently the versions we use are: autoconf (GNU Autoconf) 2.69 - automake (GNU automake) 1.14.1 + automake (GNU automake) 1.15 bison (GNU Bison) 3.0.2 flex 2.5.39 ltmain.sh (GNU libtool) 2.4.4 @@ -4898,297 +4898,297 @@ Node: Linked scripts16966 Node: Distro builds18447 Node: Layout and infrastructure20837 Node: Build system tools21626 -Node: Top-level directories23638 -Node: Autoconf macros25693 -Node: General setup macros26394 -Node: Macros for programs27261 -Node: Macros for compilers28073 -Node: Macros for libraries29507 -Node: Macros for library and header flags29933 -Node: Macros for Windows31805 -Node: Library modules33382 -Node: 'png' library33879 -Node: 'zlib' library36172 -Node: 'freetype' library36693 -Node: 'kpathsea' library37227 -Node: Program modules38652 -Node: 't1utils' package39088 -Node: 'xindy' package39655 -Node: 'xdvik' package40834 -Node: 'asymptote'41913 -Node: Extending TeX Live42368 -Node: Adding a new program module42736 -Node: Adding a new generic library module44255 -Node: Adding a new TeX-specific library module46468 -Node: Configure options47155 -Node: Global configure options48546 -Node: '--disable-native-texlive-build'49114 -Node: '--prefix' '--bindir' ...50110 -Node: '--disable-largefile'50658 -Node: '--disable-missing'51351 -Node: '--enable-compiler-warnings='LEVEL51758 -Node: '--enable-cxx-runtime-hack'52503 -Node: '--enable-maintainer-mode'52936 -Node: '--enable-multiplatform'53471 -Node: '--enable-shared'54032 -Node: '--enable-silent-rules'54409 -Node: '--without-ln-s'54871 -Node: '--without-x'55228 -Node: Program-specific configure options55420 -Node: '--enable-PROG' '--disable-PROG'56083 -Node: '--disable-all-pkgs'56366 -Node: Configure options for 'texk/web2c'57360 -Node: Configure options for 'texk/bibtex-x'59818 -Node: Configure options for 'texk/dvipdfm-x'60374 -Node: Configure options for 'texk/dvisvgm'61213 -Node: Configure options for 'texk/texlive'62105 -Node: Configure options for 'texk/xdvik'62532 -Node: Configure options for 'utils/xindy'63142 -Node: Library-specific configure options64047 -Node: Configure options for 'kpathsea'65062 -Node: Configure options for system 'poppler'65775 -Node: Variables for configure66572 -Node: Cross compilation68000 -Node: Cross configuring69299 -Node: Cross problems70972 -Node: Coding conventions72833 -Node: Declarations and definitions73502 -Node: Const75685 -Node: install-tl77548 -Node: install-tl NAME77889 -Node: install-tl SYNOPSIS78047 -Node: install-tl DESCRIPTION78255 -Node: install-tl REFERENCES79256 -Node: install-tl OPTIONS79772 -Ref: install-tl *-gui* [[=]_module_]80126 -Ref: install-tl 'text'80335 -Ref: install-tl 'wizard'80458 -Ref: install-tl 'perltk'80612 -Ref: install-tl *-no-gui*81046 -Ref: install-tl *-lang* _llcode_81127 -Ref: install-tl *-repository* _url|path_81814 -Ref: install-tl *-select-repository*83625 -Ref: install-tl *-all-options*84061 -Ref: install-tl *-custom-bin* _path_84368 -Ref: install-tl *-debug-translation*85023 -Ref: install-tl *-force-platform* _platform_85242 -Ref: install-tl *-help*, *--help*, *-?*85486 -Ref: install-tl *-in-place*85879 -Ref: install-tl *-logfile* _file_86406 -Ref: install-tl *-no-cls*86757 -Ref: install-tl *-non-admin*86888 -Ref: install-tl *--persistent-downloads*86993 -Ref: install-tl *--no-persistent-downloads*87021 -Ref: install-tl *-portable*87629 -Ref: install-tl *-print-platform*87768 -Ref: install-tl *-profile* _profile_87961 -Ref: install-tl *-q*89455 -Ref: install-tl *-scheme* _scheme_89517 -Ref: install-tl *-v*89991 -Ref: install-tl *-version*, *--version*90152 -Node: install-tl ENVIRONMENT VARIABLES90283 -Ref: install-tl 'TEXLIVE_INSTALL_ENV_NOCHECK'90672 -Ref: install-tl 'TEXLIVE_INSTALL_NO_CONTEXT_CACHE'90874 -Ref: install-tl 'TEXLIVE_INSTALL_PREFIX'90980 -Ref: install-tl 'TEXLIVE_INSTALL_TEXMFCONFIG'91011 -Ref: install-tl 'TEXLIVE_INSTALL_TEXMFHOME'91040 -Ref: install-tl 'TEXLIVE_INSTALL_TEXMFLOCAL'91070 -Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSCONFIG'91104 -Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSVAR'91135 -Ref: install-tl 'TEXLIVE_INSTALL_TEXMFVAR'91163 -Ref: install-tl 'NOPERLDOC'91218 -Node: install-tl AUTHORS AND COPYRIGHT91282 -Node: tlmgr91640 -Node: tlmgr NAME92077 -Node: tlmgr SYNOPSIS92202 -Node: tlmgr DESCRIPTION92392 -Node: tlmgr EXAMPLES93488 -Ref: tlmgr 'tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet'93779 -Ref: tlmgr 'tlmgr update --list'93960 -Ref: tlmgr 'tlmgr update --all'94053 -Ref: tlmgr 'tlmgr info' _pkg_94209 -Node: tlmgr OPTIONS94415 -Ref: tlmgr *--repository* _url|path_94935 -Ref: tlmgr *--gui* [_action_]95660 -Ref: tlmgr *--gui-lang* _llcode_96067 -Ref: tlmgr *--debug-translation*96750 -Ref: tlmgr *--machine-readable*96953 -Ref: tlmgr *--no-execute-actions*97221 -Ref: tlmgr *--package-logfile* _file_97414 -Ref: tlmgr *--pause*97669 -Ref: tlmgr *--persistent-downloads*97824 -Ref: tlmgr *--no-persistent-downloads*97852 -Ref: tlmgr *--pin-file*98346 -Ref: tlmgr *--usermode*98564 -Ref: tlmgr *--usertree* _dir_98684 -Node: tlmgr ACTIONS99234 -Node: tlmgr help100466 -Node: tlmgr version100942 -Node: tlmgr backup [--clean[=_N_]] [--backupdir _dir_] [--all | _pkg_]...101260 -Ref: tlmgr *--backupdir* _directory_102354 -Ref: tlmgr *--all*102551 -Ref: tlmgr *--clean*[=_N_]102773 -Ref: tlmgr *--dry-run*103070 -Node: tlmgr candidates _pkg_103190 -Ref: tlmgr *candidates _pkg_* 1103477 -Node: tlmgr check [_option_]... [files|depends|executes|runfiles|all]103621 -Ref: tlmgr *files*104064 -Ref: tlmgr *depends*104199 -Ref: tlmgr *executes*104541 -Ref: tlmgr *runfiles*104659 -Ref: tlmgr *--use-svn*104771 -Node: tlmgr conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]104888 -Node: tlmgr dump-tlpdb [--local|--remote]106960 -Ref: tlmgr *--local*107470 -Ref: tlmgr *--remote*107509 -Node: tlmgr generate [_option_]... _what_107931 -Ref: tlmgr *generate language*108172 -Ref: tlmgr *generate language.dat*108197 -Ref: tlmgr *generate language.def*108222 -Ref: tlmgr *generate language.dat.lua*108251 -Ref: tlmgr *generate fmtutil*108271 -Ref: tlmgr *--dest* _output_file_110508 -Ref: tlmgr *--localcfg* _local_conf_file_111084 -Ref: tlmgr *--rebuild-sys*111207 -Node: tlmgr gui112068 -Node: tlmgr info [_option_...] [collections|schemes|_pkg_...]112312 -Ref: tlmgr *--list*113517 -Ref: tlmgr *--only-installed*113796 -Ref: tlmgr *--taxonomy*114011 -Ref: tlmgr *--keyword*114023 -Ref: tlmgr *--functionality*114041 -Ref: tlmgr *--characterization*114062 -Node: tlmgr init-usertree114275 -Node: tlmgr install [_option_]... _pkg_...114701 -Ref: tlmgr *--file*115065 -Ref: tlmgr *--reinstall*115291 -Ref: tlmgr *--no-depends*115671 -Ref: tlmgr *--no-depends-at-all*115830 -Ref: tlmgr *--dry-run* 1116228 -Ref: tlmgr *--force*116346 -Node: tlmgr option116552 -Ref: tlmgr *option [show]*116725 -Ref: tlmgr *option showall*116743 -Ref: tlmgr *option _key_ [_value_]*116769 -Node: tlmgr paper120617 -Ref: tlmgr *paper [a4|letter]*120802 -Ref: tlmgr *[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*120876 -Node: tlmgr path [--w32mode=user|admin] [add|remove]121903 -Node: tlmgr pinning123386 -Ref: tlmgr 'pinning show'123693 -Ref: tlmgr 'pinning add' _repo_ _pkgglob_...123766 -Ref: tlmgr 'pinning remove' _repo_ _pkgglob_...123885 -Ref: tlmgr 'pinning remove _repo_ --all'124038 -Node: tlmgr platform list|add|remove _platform_...124092 -Node: tlmgr platform set _platform_124340 -Node: tlmgr platform set auto124568 -Ref: tlmgr *--dry-run* 2125685 -Node: tlmgr postaction [--w32mode=user|admin] [--fileassocmode=1|2] [--all] [install|remove] [shortcut|fileassoc|script] [_pkg_]...125794 -Node: tlmgr print-platform127096 -Node: tlmgr restore [--backupdir _dir_] [--all | _pkg_ [_rev_]]127568 -Ref: tlmgr *--all* 1128464 -Ref: tlmgr *--backupdir* _directory_ 1128658 -Ref: tlmgr *--dry-run* 3128814 -Ref: tlmgr *--force* 1128931 -Node: tlmgr remove [_option_]... _pkg_...128959 -Ref: tlmgr *--no-depends* 1129482 -Ref: tlmgr *--no-depends-at-all* 1129544 -Ref: tlmgr *--force* 2129600 -Ref: tlmgr *--dry-run* 4130072 -Node: tlmgr repository130179 -Ref: tlmgr *repository list*130387 -Ref: tlmgr *repository list _path|tag_*130417 -Ref: tlmgr *repository add _path_ [_tag_]*130450 -Ref: tlmgr *repository remove _path|tag_*130482 -Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*130536 -Node: tlmgr search [_option_...] _what_131620 -Node: tlmgr search [_option_...] --file _what_132131 -Node: tlmgr search [_option_...] --taxonomy _what_132382 -Node: tlmgr search [_option_...] --keyword _what_132693 -Node: tlmgr search [_option_...] --functionality _what_133011 -Node: tlmgr search [_option_...] --characterization _what_133349 -Node: tlmgr search [_option_...] --all _what_133689 -Ref: tlmgr *--global*134137 -Ref: tlmgr *--word*134249 -Ref: tlmgr *--list* 1134488 -Ref: tlmgr *--file* 1134834 -Ref: tlmgr *--taxonomy* 1134891 -Ref: tlmgr *--keyword* 1134903 -Ref: tlmgr *--functionality* 1134921 -Ref: tlmgr *--characterization* 1134942 -Ref: tlmgr *--all* 2135097 -Node: tlmgr uninstall135180 -Ref: tlmgr *--force* 3135434 -Node: tlmgr update [_option_]... [_pkg_]...135490 -Ref: tlmgr *--all* 3135861 -Ref: tlmgr *--self*137602 -Ref: tlmgr *--dry-run* 5138366 -Ref: tlmgr *--list* [_pkg_]138543 -Ref: tlmgr *--exclude* _pkg_139232 -Ref: tlmgr *--no-auto-remove* [_pkg_]...139925 -Ref: tlmgr *--no-auto-install* [_pkg_]...140376 -Ref: tlmgr *--reinstall-forcibly-removed*141032 -Ref: tlmgr *--backup* and *--backupdir* _directory_141596 -Ref: tlmgr *--no-depends* 2142777 -Ref: tlmgr *--no-depends-at-all* 2142980 -Ref: tlmgr *--force* 4143036 -Node: tlmgr USER MODE143462 -Node: tlmgr user mode install146273 -Node: tlmgr user mode backup; restore; remove; update147220 -Node: tlmgr user mode generate; option; paper147662 -Node: tlmgr CONFIGURATION FILE FOR TLMGR148038 -Node: tlmgr TAXONOMIES149129 -Ref: tlmgr '--keyword' 2149755 -Ref: tlmgr '--functionality' 2149840 -Ref: tlmgr '--characterization' 2149996 -Ref: tlmgr '--taxonomy' 2150137 -Node: tlmgr MULTIPLE REPOSITORIES150678 -Node: tlmgr Pinning152399 -Node: tlmgr GUI FOR TLMGR154374 -Node: tlmgr Main display155596 -Node: tlmgr Display configuration area155848 -Ref: tlmgr Status156209 -Ref: tlmgr Category156373 -Ref: tlmgr Match156559 -Ref: tlmgr Selection156819 -Ref: tlmgr Display configuration buttons157023 -Node: tlmgr Package list area157206 -Ref: tlmgr a checkbox157790 -Ref: tlmgr package name157926 -Ref: tlmgr local revision (and version)158025 -Ref: tlmgr remote revision (and version)158400 -Ref: tlmgr short description158697 -Node: tlmgr Main display action buttons158742 -Ref: tlmgr Update all installed159008 -Ref: tlmgr Update159380 -Ref: tlmgr Install159430 -Ref: tlmgr Remove159616 -Ref: tlmgr Backup159794 -Node: tlmgr Menu bar159951 -Ref: tlmgr 'tlmgr' menu160148 -Ref: tlmgr 'Options menu'160456 -Ref: tlmgr 'Actions menu'161539 -Ref: tlmgr 'Help menu'161967 -Node: tlmgr MACHINE-READABLE OUTPUT162100 -Node: tlmgr Machine-readable 'update' and 'install' output162916 -Ref: tlmgr 'location-url' _location_164198 -Ref: tlmgr 'total-bytes' _count_164414 -Ref: tlmgr _pkgname_164824 -Ref: tlmgr _status_165034 -Ref: tlmgr 'd'165112 -Ref: tlmgr 'f'165172 -Ref: tlmgr 'u'165351 -Ref: tlmgr 'r'165397 -Ref: tlmgr 'a'165520 -Ref: tlmgr 'i'165698 -Ref: tlmgr 'I'165817 -Ref: tlmgr _localrev_165919 -Ref: tlmgr _serverrev_166026 -Ref: tlmgr _size_166138 -Ref: tlmgr _runtime_166307 -Ref: tlmgr _esttot_166377 -Node: tlmgr Machine-readable 'option' output166410 -Node: tlmgr AUTHORS AND COPYRIGHT166928 -Node: Index167275 +Node: Top-level directories23636 +Node: Autoconf macros25691 +Node: General setup macros26392 +Node: Macros for programs27259 +Node: Macros for compilers28071 +Node: Macros for libraries29505 +Node: Macros for library and header flags29931 +Node: Macros for Windows31803 +Node: Library modules33380 +Node: 'png' library33877 +Node: 'zlib' library36170 +Node: 'freetype' library36691 +Node: 'kpathsea' library37225 +Node: Program modules38650 +Node: 't1utils' package39086 +Node: 'xindy' package39653 +Node: 'xdvik' package40832 +Node: 'asymptote'41911 +Node: Extending TeX Live42366 +Node: Adding a new program module42734 +Node: Adding a new generic library module44253 +Node: Adding a new TeX-specific library module46466 +Node: Configure options47153 +Node: Global configure options48544 +Node: '--disable-native-texlive-build'49112 +Node: '--prefix' '--bindir' ...50108 +Node: '--disable-largefile'50656 +Node: '--disable-missing'51349 +Node: '--enable-compiler-warnings='LEVEL51756 +Node: '--enable-cxx-runtime-hack'52501 +Node: '--enable-maintainer-mode'52934 +Node: '--enable-multiplatform'53469 +Node: '--enable-shared'54030 +Node: '--enable-silent-rules'54407 +Node: '--without-ln-s'54869 +Node: '--without-x'55226 +Node: Program-specific configure options55418 +Node: '--enable-PROG' '--disable-PROG'56081 +Node: '--disable-all-pkgs'56364 +Node: Configure options for 'texk/web2c'57358 +Node: Configure options for 'texk/bibtex-x'59816 +Node: Configure options for 'texk/dvipdfm-x'60372 +Node: Configure options for 'texk/dvisvgm'61211 +Node: Configure options for 'texk/texlive'62103 +Node: Configure options for 'texk/xdvik'62530 +Node: Configure options for 'utils/xindy'63140 +Node: Library-specific configure options64045 +Node: Configure options for 'kpathsea'65060 +Node: Configure options for system 'poppler'65773 +Node: Variables for configure66570 +Node: Cross compilation67998 +Node: Cross configuring69297 +Node: Cross problems70970 +Node: Coding conventions72831 +Node: Declarations and definitions73500 +Node: Const75683 +Node: install-tl77546 +Node: install-tl NAME77887 +Node: install-tl SYNOPSIS78045 +Node: install-tl DESCRIPTION78253 +Node: install-tl REFERENCES79254 +Node: install-tl OPTIONS79770 +Ref: install-tl *-gui* [[=]_module_]80124 +Ref: install-tl 'text'80333 +Ref: install-tl 'wizard'80456 +Ref: install-tl 'perltk'80610 +Ref: install-tl *-no-gui*81044 +Ref: install-tl *-lang* _llcode_81125 +Ref: install-tl *-repository* _url|path_81812 +Ref: install-tl *-select-repository*83623 +Ref: install-tl *-all-options*84059 +Ref: install-tl *-custom-bin* _path_84366 +Ref: install-tl *-debug-translation*85021 +Ref: install-tl *-force-platform* _platform_85240 +Ref: install-tl *-help*, *--help*, *-?*85484 +Ref: install-tl *-in-place*85877 +Ref: install-tl *-logfile* _file_86404 +Ref: install-tl *-no-cls*86755 +Ref: install-tl *-non-admin*86886 +Ref: install-tl *--persistent-downloads*86991 +Ref: install-tl *--no-persistent-downloads*87019 +Ref: install-tl *-portable*87627 +Ref: install-tl *-print-platform*87766 +Ref: install-tl *-profile* _profile_87959 +Ref: install-tl *-q*89453 +Ref: install-tl *-scheme* _scheme_89515 +Ref: install-tl *-v*89989 +Ref: install-tl *-version*, *--version*90150 +Node: install-tl ENVIRONMENT VARIABLES90281 +Ref: install-tl 'TEXLIVE_INSTALL_ENV_NOCHECK'90670 +Ref: install-tl 'TEXLIVE_INSTALL_NO_CONTEXT_CACHE'90872 +Ref: install-tl 'TEXLIVE_INSTALL_PREFIX'90978 +Ref: install-tl 'TEXLIVE_INSTALL_TEXMFCONFIG'91009 +Ref: install-tl 'TEXLIVE_INSTALL_TEXMFHOME'91038 +Ref: install-tl 'TEXLIVE_INSTALL_TEXMFLOCAL'91068 +Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSCONFIG'91102 +Ref: install-tl 'TEXLIVE_INSTALL_TEXMFSYSVAR'91133 +Ref: install-tl 'TEXLIVE_INSTALL_TEXMFVAR'91161 +Ref: install-tl 'NOPERLDOC'91216 +Node: install-tl AUTHORS AND COPYRIGHT91280 +Node: tlmgr91638 +Node: tlmgr NAME92075 +Node: tlmgr SYNOPSIS92200 +Node: tlmgr DESCRIPTION92390 +Node: tlmgr EXAMPLES93486 +Ref: tlmgr 'tlmgr option repository http://mirror.ctan.org/systems/texlive/tlnet'93777 +Ref: tlmgr 'tlmgr update --list'93958 +Ref: tlmgr 'tlmgr update --all'94051 +Ref: tlmgr 'tlmgr info' _pkg_94207 +Node: tlmgr OPTIONS94413 +Ref: tlmgr *--repository* _url|path_94933 +Ref: tlmgr *--gui* [_action_]95658 +Ref: tlmgr *--gui-lang* _llcode_96065 +Ref: tlmgr *--debug-translation*96748 +Ref: tlmgr *--machine-readable*96951 +Ref: tlmgr *--no-execute-actions*97219 +Ref: tlmgr *--package-logfile* _file_97412 +Ref: tlmgr *--pause*97667 +Ref: tlmgr *--persistent-downloads*97822 +Ref: tlmgr *--no-persistent-downloads*97850 +Ref: tlmgr *--pin-file*98344 +Ref: tlmgr *--usermode*98562 +Ref: tlmgr *--usertree* _dir_98682 +Node: tlmgr ACTIONS99232 +Node: tlmgr help100464 +Node: tlmgr version100940 +Node: tlmgr backup [--clean[=_N_]] [--backupdir _dir_] [--all | _pkg_]...101258 +Ref: tlmgr *--backupdir* _directory_102352 +Ref: tlmgr *--all*102549 +Ref: tlmgr *--clean*[=_N_]102771 +Ref: tlmgr *--dry-run*103068 +Node: tlmgr candidates _pkg_103188 +Ref: tlmgr *candidates _pkg_* 1103475 +Node: tlmgr check [_option_]... [files|depends|executes|runfiles|all]103619 +Ref: tlmgr *files*104062 +Ref: tlmgr *depends*104197 +Ref: tlmgr *executes*104539 +Ref: tlmgr *runfiles*104657 +Ref: tlmgr *--use-svn*104769 +Node: tlmgr conf [texmf|tlmgr|updmap [--conffile _file_] [--delete] [_key_ [_value_]]]104886 +Node: tlmgr dump-tlpdb [--local|--remote]106958 +Ref: tlmgr *--local*107468 +Ref: tlmgr *--remote*107507 +Node: tlmgr generate [_option_]... _what_107929 +Ref: tlmgr *generate language*108170 +Ref: tlmgr *generate language.dat*108195 +Ref: tlmgr *generate language.def*108220 +Ref: tlmgr *generate language.dat.lua*108249 +Ref: tlmgr *generate fmtutil*108269 +Ref: tlmgr *--dest* _output_file_110506 +Ref: tlmgr *--localcfg* _local_conf_file_111082 +Ref: tlmgr *--rebuild-sys*111205 +Node: tlmgr gui112066 +Node: tlmgr info [_option_...] [collections|schemes|_pkg_...]112310 +Ref: tlmgr *--list*113515 +Ref: tlmgr *--only-installed*113794 +Ref: tlmgr *--taxonomy*114009 +Ref: tlmgr *--keyword*114021 +Ref: tlmgr *--functionality*114039 +Ref: tlmgr *--characterization*114060 +Node: tlmgr init-usertree114273 +Node: tlmgr install [_option_]... _pkg_...114699 +Ref: tlmgr *--file*115063 +Ref: tlmgr *--reinstall*115289 +Ref: tlmgr *--no-depends*115669 +Ref: tlmgr *--no-depends-at-all*115828 +Ref: tlmgr *--dry-run* 1116226 +Ref: tlmgr *--force*116344 +Node: tlmgr option116550 +Ref: tlmgr *option [show]*116723 +Ref: tlmgr *option showall*116741 +Ref: tlmgr *option _key_ [_value_]*116767 +Node: tlmgr paper120615 +Ref: tlmgr *paper [a4|letter]*120800 +Ref: tlmgr *[xdvi|pdftex|dvips|dvipdfmx|context|psutils] paper [_papersize_|--list]*120874 +Node: tlmgr path [--w32mode=user|admin] [add|remove]121901 +Node: tlmgr pinning123384 +Ref: tlmgr 'pinning show'123691 +Ref: tlmgr 'pinning add' _repo_ _pkgglob_...123764 +Ref: tlmgr 'pinning remove' _repo_ _pkgglob_...123883 +Ref: tlmgr 'pinning remove _repo_ --all'124036 +Node: tlmgr platform list|add|remove _platform_...124090 +Node: tlmgr platform set _platform_124338 +Node: tlmgr platform set auto124566 +Ref: tlmgr *--dry-run* 2125683 +Node: tlmgr postaction [--w32mode=user|admin] [--fileassocmode=1|2] [--all] [install|remove] [shortcut|fileassoc|script] [_pkg_]...125792 +Node: tlmgr print-platform127094 +Node: tlmgr restore [--backupdir _dir_] [--all | _pkg_ [_rev_]]127566 +Ref: tlmgr *--all* 1128462 +Ref: tlmgr *--backupdir* _directory_ 1128656 +Ref: tlmgr *--dry-run* 3128812 +Ref: tlmgr *--force* 1128929 +Node: tlmgr remove [_option_]... _pkg_...128957 +Ref: tlmgr *--no-depends* 1129480 +Ref: tlmgr *--no-depends-at-all* 1129542 +Ref: tlmgr *--force* 2129598 +Ref: tlmgr *--dry-run* 4130070 +Node: tlmgr repository130177 +Ref: tlmgr *repository list*130385 +Ref: tlmgr *repository list _path|tag_*130415 +Ref: tlmgr *repository add _path_ [_tag_]*130448 +Ref: tlmgr *repository remove _path|tag_*130480 +Ref: tlmgr *repository set _path_[#_tag_] [_path_[#_tag_] ...]*130534 +Node: tlmgr search [_option_...] _what_131618 +Node: tlmgr search [_option_...] --file _what_132129 +Node: tlmgr search [_option_...] --taxonomy _what_132380 +Node: tlmgr search [_option_...] --keyword _what_132691 +Node: tlmgr search [_option_...] --functionality _what_133009 +Node: tlmgr search [_option_...] --characterization _what_133347 +Node: tlmgr search [_option_...] --all _what_133687 +Ref: tlmgr *--global*134135 +Ref: tlmgr *--word*134247 +Ref: tlmgr *--list* 1134486 +Ref: tlmgr *--file* 1134832 +Ref: tlmgr *--taxonomy* 1134889 +Ref: tlmgr *--keyword* 1134901 +Ref: tlmgr *--functionality* 1134919 +Ref: tlmgr *--characterization* 1134940 +Ref: tlmgr *--all* 2135095 +Node: tlmgr uninstall135178 +Ref: tlmgr *--force* 3135432 +Node: tlmgr update [_option_]... [_pkg_]...135488 +Ref: tlmgr *--all* 3135859 +Ref: tlmgr *--self*137600 +Ref: tlmgr *--dry-run* 5138364 +Ref: tlmgr *--list* [_pkg_]138541 +Ref: tlmgr *--exclude* _pkg_139230 +Ref: tlmgr *--no-auto-remove* [_pkg_]...139923 +Ref: tlmgr *--no-auto-install* [_pkg_]...140374 +Ref: tlmgr *--reinstall-forcibly-removed*141030 +Ref: tlmgr *--backup* and *--backupdir* _directory_141594 +Ref: tlmgr *--no-depends* 2142775 +Ref: tlmgr *--no-depends-at-all* 2142978 +Ref: tlmgr *--force* 4143034 +Node: tlmgr USER MODE143460 +Node: tlmgr user mode install146271 +Node: tlmgr user mode backup; restore; remove; update147218 +Node: tlmgr user mode generate; option; paper147660 +Node: tlmgr CONFIGURATION FILE FOR TLMGR148036 +Node: tlmgr TAXONOMIES149127 +Ref: tlmgr '--keyword' 2149753 +Ref: tlmgr '--functionality' 2149838 +Ref: tlmgr '--characterization' 2149994 +Ref: tlmgr '--taxonomy' 2150135 +Node: tlmgr MULTIPLE REPOSITORIES150676 +Node: tlmgr Pinning152397 +Node: tlmgr GUI FOR TLMGR154372 +Node: tlmgr Main display155594 +Node: tlmgr Display configuration area155846 +Ref: tlmgr Status156207 +Ref: tlmgr Category156371 +Ref: tlmgr Match156557 +Ref: tlmgr Selection156817 +Ref: tlmgr Display configuration buttons157021 +Node: tlmgr Package list area157204 +Ref: tlmgr a checkbox157788 +Ref: tlmgr package name157924 +Ref: tlmgr local revision (and version)158023 +Ref: tlmgr remote revision (and version)158398 +Ref: tlmgr short description158695 +Node: tlmgr Main display action buttons158740 +Ref: tlmgr Update all installed159006 +Ref: tlmgr Update159378 +Ref: tlmgr Install159428 +Ref: tlmgr Remove159614 +Ref: tlmgr Backup159792 +Node: tlmgr Menu bar159949 +Ref: tlmgr 'tlmgr' menu160146 +Ref: tlmgr 'Options menu'160454 +Ref: tlmgr 'Actions menu'161537 +Ref: tlmgr 'Help menu'161965 +Node: tlmgr MACHINE-READABLE OUTPUT162098 +Node: tlmgr Machine-readable 'update' and 'install' output162914 +Ref: tlmgr 'location-url' _location_164196 +Ref: tlmgr 'total-bytes' _count_164412 +Ref: tlmgr _pkgname_164822 +Ref: tlmgr _status_165032 +Ref: tlmgr 'd'165110 +Ref: tlmgr 'f'165170 +Ref: tlmgr 'u'165349 +Ref: tlmgr 'r'165395 +Ref: tlmgr 'a'165518 +Ref: tlmgr 'i'165696 +Ref: tlmgr 'I'165815 +Ref: tlmgr _localrev_165917 +Ref: tlmgr _serverrev_166024 +Ref: tlmgr _size_166136 +Ref: tlmgr _runtime_166305 +Ref: tlmgr _esttot_166375 +Node: tlmgr Machine-readable 'option' output166408 +Node: tlmgr AUTHORS AND COPYRIGHT166926 +Node: Index167273  End Tag Table -- cgit v1.2.3