TeX Live Packaging in AOSC OS
=============================

We decided to split the documentation files and source files out of the
main package, since it is too big to be installed into our build
environment, let alone for daily usage. It now takes 10GiB of disk space!

According to Arch Linux, doc/ and source/ in the texmf distribution archive
does not affect normal usage of TeX Live, they just ignores files in doc/
and source/ in the normal packages. Documentation is packaged in the
texlive-doc package.

For those users who actually want the offline (online) docs, we decided to
package them seaprately instead of simply stripping them off, similar to
how Arch Linux deals with this.

Arch Linux PKGBUILD:
https://gitlab.archlinux.org/archlinux/packaging/packages/texlive-texmf/-/blob/main/PKGBUILD

The Main Package (texlive)
==========================

Contains all TeX Live binaries, plus all collections in the texmf
distribution. We don't know which of them are essential ones, so we decided
to package them altogether. This package will take up ~5.1GiB of space when
installed.

The collections will install ALL runfiles into the package. The remainder
of the texmf-dist can be discarded.

Documentation and sources (texlive-doc)
=======================================

Includes all source and documentation files. Takes up ~5GiB of space.
