sinc with TeXLive revision 41284 (trunk).
[luatex.git] / source / build-aux / README.TL
blob85632f16cfc1c1856e1c0ae964b318213e128de2
1 $Id: README.TL 40250 2016-04-05 18:20:42Z karl $
2 Copyright 2016      Karl Berry <tex-live@tug.org>
3 Copyright 2009-2013 Peter Breitenlohner <tex-live@tug.org>
4 You may freely use, modify and/or distribute this file.
6 This directory is the central repository for auxiliary files, mostly
7 shell scripts, needed to build the TeX Live (TL) tree.  They are used by
8 all packages included in the TL tree, whether or not TL is the actual
9 owner/maintainer of the package
11 The files fall into three sets:
13 0) relpath is locally written.
15 1) Those in GNU Gnulib (http://savannah.gnu.org/projects/gnulib).  The
16 script Master/tlpkg/bin/tl-update-auto attempts to keep these up to date
17 nightly (except when the TL sources are frozen).
19 2) Those not in Gnulib, that must come directly from an automake or
20 libtool installation.  These must be manually updated when new versions
21 of those GNU packages are installed.  The Master/tlpkg/dev/srclist.txt
22 file checks for these relative to installation on the local machine, but
23 updates are not automatic.
25 There should be no other files in this directory.
27 We generally try to use the latest official release, as it is available
28 directly from GNU, rather than any distro or other patched version.