diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-01 01:55:30 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-01 01:55:30 +0000 |
commit | bd36ab79b831cabded89ff0328c7c0e410872997 (patch) | |
tree | b152de091ec0fe4e689110136143d6187d266c39 /Master/tlpkg/README | |
parent | a477b52f73704eea5cc4af4652969b00329cbfa6 (diff) |
move place and ctan2tds to libexec, since they should never be called directly in the current world
git-svn-id: svn://tug.org/texlive/trunk@11774 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/README')
-rw-r--r-- | Master/tlpkg/README | 51 |
1 files changed, 20 insertions, 31 deletions
diff --git a/Master/tlpkg/README b/Master/tlpkg/README index c93aae80181..1e71a106f10 100644 --- a/Master/tlpkg/README +++ b/Master/tlpkg/README @@ -1,33 +1,22 @@ 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/ 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. - it also contains patches which are in testing or under discussion - -archive/ things we want to keep but not maintain at the moment, since we - used them some time ago but not anymore, they are probably outdated. - -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. - -dviout/ the dvi previewer for windows which we ship - +This directory contains infrastructure for TeX Live. + +texlive.tlpdb the database of installed packages, updated + automatically in svn by karl@tug cron. + +TeXLive/ the Perl library for TeX Live support; this is what the + infrastructure and installer use. + +archive/ old junk kept online for posterity. +bin/ maintenance scripts for TeX Live; nothing for installer or user. +doc/ documentation of the infrastructure. +dviout/ the dvi previewer for windows which we ship +etc/ patches under development and archives of scripts used in switching. +installer/ the cross-platform Perl installer. +lib/ tlpkg libraries in other languages, none complete or usable. +libexec/ helpers for ctan2tl. +tlgs/ the stripped-down Ghostscript for Windows which we ship. +tlperl/ small Perl for TeX Live scripts, not installed for general use. +tlpsrc/ original source definitions for all packages in TeX Live. +tlpsv/ the PostScript previewer for windows which we ship |