From f7c83f3af0702bc48b556a62f56f9bd1d0ddce5a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 5 Feb 2008 19:45:38 +0000 Subject: move installer stuff to installer directory, update README git-svn-id: svn://tug.org/texlive/trunk@6509 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/README | 37 +++++++++++++++++++------------------ 1 file changed, 19 insertions(+), 18 deletions(-) (limited to 'Master/tlpkg/README') diff --git a/Master/tlpkg/README b/Master/tlpkg/README index 69454506810..4631c13c2e0 100644 --- a/Master/tlpkg/README +++ b/Master/tlpkg/README @@ -1,28 +1,29 @@ +Originally written by Norbert Preining, 2007. Public domain. -This directory contains the infrastructural files for TeX Live, including +This directory contains infrastructure for TeX Live, including management programs and Perl modules. -bin/ - scripts for updating TeX Live's infrastructure files +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. -doc/ - Documentation of the infrastructure +TeXLive/ the Perl library for TeX Live support; this is what the + infrastructure and installer use. -lib/ - shell stuff, currently only the work-in-progress shell library - for accessing the TeX Live Database +bin/ maintenance scripts for TeX Live; nothing here should be + needed by the installer or the user. -TeXLive/ - the perl modules +doc/ documentation of the infrastructure. -tlsrc/ - tlsrc file for all packages in TeX Live +etc/ archives, e.g., scripts used when switching to the new regime. -README - this file +installer/ the cross-platform Perl installer. -etc/ - stuff I used for creating/checking of the scripts, but not for - general perusal. +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. -np, 2007-06-16 -- cgit v1.2.3