shortdesc TL-specific helpers for ConTeXt (caches, papersize) longdesc TL distributes cont-sys.mkxl and cont-sys.mkiv files to update longdesc the ConTeXt filename cache if the system ls-R files are longdesc modified (typically by mktexlsr). It also sets the default longdesc paper size from the context-papersize.tex longdesc file which TeX Live creates/updates (in tlpkg/TLPaper.pm). longdesc TL also includes stubs to run the luatools, contextjit, and longdesc mtxrunjit scripts. runpattern d texmf-dist/tex/context/texlive # The stubs must be under /scripts/ for runscript.tlu to find them. runpattern d texmf-dist/scripts/context-texlive # These point to stubs, which were handwritten by us, hence include both # the stubs (under the dir above) and the executable links here. binpattern f/!${global_no_lmtx_platforms} bin/${ARCH}/contextjit binpattern f/!${global_no_lmtx_platforms} bin/${ARCH}/luatools binpattern f/!${global_no_lmtx_platforms} bin/${ARCH}/mtxrunjit # We have these man pages as .so links to the scripts. docpattern +f texmf-dist/doc/man/man1/luatools.* docpattern +f texmf-dist/doc/man/man1/contextjit.* docpattern +f texmf-dist/doc/man/man1/mtxrunjit.*