diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/l3build/l3build.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/l3build/l3build.dtx | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index 7c7c9574cfc..91847d2db7e 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -39,8 +39,8 @@ \RequirePackage{expl3} \def\ExplFileName{l3build} \def\ExplFileDescription{L3 Regression test suite} -\def\ExplFileDate{2016/01/19} -\def\ExplFileVersion{6377} +\def\ExplFileDate{2016/03/26} +\def\ExplFileVersion{6466} \documentclass[full]{l3doc} \renewcommand\partname{Part} \usepackage{multicol,needspace} @@ -92,7 +92,7 @@ \luavarset{tdsdir} {distribdir .. "/tds"} {Generated folder where files are organised for a TDS.} \luavarset{tdsroot} {"latex"}{Root directory of the TDS structure for the bundle/module to be installed into.} \luavarseparator -\luavarset{bibfiles} {\{"*.bst"\}}{\BibTeX{} database files.} +\luavarset{bibfiles} {\{"*.bib"\}}{\BibTeX{} database files.} \luavarset{binaryfiles} {\{"*.pdf", "*.zip"\}} {Files to be added in binary mode to zip files.} \luavarset{bstfiles} {\{"*.bst"\}}{\BibTeX{} style files.} @@ -941,19 +941,19 @@ % % As detailed above, the |setversion| target will automatically edit % source files to modify date and version. This behaviour is governed by -% variable \luavar{versionform}. As standard, no automatic replacement -% takes place, but setting \luavar{versionform} will allow this to happen, +% variable \var{versionform}. As standard, no automatic replacement +% takes place, but setting \var{versionform} will allow this to happen, % with options % \begin{itemize} -% \item |ProvidesPackage| Searches for lines using the \LaTeXe{} +% \item |ProvidesPackage| --- Searches for lines using the \LaTeXe{} % \cs{ProvidesPackage}, \cs{ProvidesClass} and \cs{ProvidesFile} % identifiers (as a whole line). -% \item |ProvidesExplPackage| Searches for lines using the \pkg{expl3} +% \item |ProvidesExplPackage| --- Searches for lines using the \pkg{expl3} % \cs{ProvidesExplPackage}, \cs{ProvidesExplClass} and % \cs{ProvidesExplFile} identifiers (at the start of a line). -% \item |filename| Searches for lines using |\def\filename|, +% \item |filename| --- Searches for lines using |\def\filename|, % |\def\filedate|, \dots, formulation. -% \item |ExplFileName| Searches for lines using |\def\ExplFileName|, +% \item |ExplFileName| --- Searches for lines using |\def\ExplFileName|, % |\def\ExplFileDate|, \dots, formulation. % \end{itemize} % @@ -1125,7 +1125,7 @@ \def\START{\LONGTYPEOUT{START-TEST-LOG^^J^^J% \STARTMESSAGE% ^^J^^JDon't change this file in any respect.% -^^J^^J\CTable^^J}} +^^J^^J}} \begingroup \catcode`\^^\=0 \catcode`\^^A=\catcode`\% |