diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-30 21:51:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-30 21:51:15 +0000 |
commit | 7fbd52bed03ac408b83a740e607ddcf94be29458 (patch) | |
tree | 4efb5e5d245e9a7337404e06a168ead251a1ea18 /Master/texmf-dist/source/latex/l3build | |
parent | 3ca5d05e10661c7ce461195307d43b840ec58855 (diff) |
l3build (30sep19)
git-svn-id: svn://tug.org/texlive/trunk@52229 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index dfaca411872..5c1f0db5ed3 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -147,6 +147,7 @@ \luavarset{ctanzip}{ctanpkg ... "-ctan"}{Name of the zip file (without extension) created for upload to CTAN} \luavarset{epoch} {1463734800} {Epoch (Unix date) to set for test runs} \luavarset{flatten} {true} {Switch to flatten any source structure when sending to CTAN} +\luavarset{flattentds} {true} {Switch to flatten any source structure when creating a TDS structure} \luavarset{maxprintline}{79} {Length of line to use in log files} \luavarset{packtdszip} {false} {Switch to build a TDS-style zip file for CTAN} \luavarset{typesetcmds} {""} {Instructions to be passed to \TeX{} when doing typesetting} @@ -230,7 +231,7 @@ % }^^A % } % -% \date{Released 2019-09-29} +% \date{Released 2019-09-30} % % \maketitle % \tableofcontents @@ -401,6 +402,12 @@ % Options passed to the binary are defined in the variable \var{checkopts}. % % By default, |texmf| trees are searched for input files when checking. This can be disabled by setting \var{checksearch} to |false|: isolation provides confidence that the tests cannot accidentally be running with incorrect files installed in the main distribution or |hometexmf|. +% +% The \var{texmfdir} variable sets a directory which is made available for +% recursive searching \emph{in addition} to any files copied from +% \var{supportdir}. No subdivison of \var{texmfdir} is attempted, thus it +% should not contain multiple files with the same name. The \var{texmfdir} +% is made available both to checking and typesetting. % \end{buildcmd} % % @@ -768,7 +775,8 @@ % be useful in these cases: this enables recursive searching in the appropriate % tree locations. With the standard settings, this structure will be removed % when creating a CTAN release: the variable \var{flatten} may be -% used to control this behavior. +% used to control this behavior. The \var{flattentds} setting controls +% the same concept for TDS creation. % % A series of example layouts and matching |build.lua| files are available from % \url{https://github.com/latex3/l3build/tree/master/examples}. |