blob: 4631c13c2e09e7c0d90fbe891b634079955e4b3c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
Originally written by Norbert Preining, 2007. Public domain.
This directory contains infrastructure for TeX Live, including
management programs and Perl modules.
texlive.tlpdb the database, updated automatically by karl@tug cron.
texlive.pkgver just package names and version numbers, also updated by cron,
so the network-capable installer can know what needs updating.
TeXLive/ the Perl library for TeX Live support; this is what the
infrastructure and installer use.
bin/ maintenance scripts for TeX Live; nothing here should be
needed by the installer or the user.
doc/ documentation of the infrastructure.
etc/ archives, e.g., scripts used when switching to the new regime.
installer/ the cross-platform Perl installer.
lib/ TL library in other languages, none complete.
man/ man pages (generated by pod2man).
tlperl/ small Perl for TeX Live scripts, not installed for general use.
tlpsrc/ tlpsrc files for all packages in TeX Live.
|