diff options
author | Karl Berry <karl@freefriends.org> | 2019-09-26 21:48:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-09-26 21:48:49 +0000 |
commit | 8a294669f9624eae14a2acd6446a70745ce6452c (patch) | |
tree | 79f96e997fda87a7883c926e574113c06554dbf0 /Master/texmf-dist/source | |
parent | 5c8ba225e36daa34b72f01c4a5e1d65d2e69c359 (diff) |
l3build (26sep19)
git-svn-id: svn://tug.org/texlive/trunk@52183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index a7e04a1a6f6..05979335570 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -63,6 +63,7 @@ \luavarset{supportdir} {maindir .. "/support"} {Directory containing general support files} \luavarset{testfiledir}{"./testfiles"} {Directory containing test files} \luavarset{testsuppdir}{testfiledir .. "/support"}{Directory containing test-specific support files} +\luavarset{texmfdir}{maindir .. "/texmf"}{Directory containing support files in tree form} \luavarseparator \luavarset{builddir} {maindir .. "/build"} {Directory for building and testing} \luavarset{distribdir}{builddir .. "/distrib"}{Directory for generating distribution structure} @@ -229,7 +230,7 @@ % }^^A % } % -% \date{Released 2019-09-18} +% \date{Released 2019-09-25} % % \maketitle % \tableofcontents @@ -387,6 +388,8 @@ % \item any files in the directory \var{testsuppdir}; % \item any files that match \var{checksuppfiles} in the \var{supportdir}. % \end{itemize} +% The \var{texmfdir} is also made available to the tests (if defined and +% non-empty). % This range of possibilities allow sensible defaults but significant flexibility for defining your own test setups. % % Checking can be performed with any or all of the `engines' \texttt{pdftex}, \texttt{xetex}, and \texttt{luatex}. |