From 00ce1cef09943d8a78c8093e8c207db224596d58 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 26 Jun 2019 20:53:24 +0000 Subject: l3build (26jun19) git-svn-id: svn://tug.org/texlive/trunk@51478 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/l3build/l3build.dtx | 50 +++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) (limited to 'Master/texmf-dist/source') diff --git a/Master/texmf-dist/source/latex/l3build/l3build.dtx b/Master/texmf-dist/source/latex/l3build/l3build.dtx index 4a5dc0f51cf..fe2d495a14d 100644 --- a/Master/texmf-dist/source/latex/l3build/l3build.dtx +++ b/Master/texmf-dist/source/latex/l3build/l3build.dtx @@ -227,7 +227,7 @@ % }^^A % } % -% \date{Released 2019-06-18} +% \date{Released 2019-06-26} % % \maketitle % \tableofcontents @@ -1705,6 +1705,54 @@ % files which would be copied are reported. % \end{function} % +% \subsection{Typesetting functions} +% +% All typetting functions return $0$ on a successful completion. +% +% \begin{function}{biber()} +% \begin{syntax} +% |biber(|\meta{name},\meta{dir}|)| +% \end{syntax} +% Runs Biber on the \meta{name} (\emph{i.e.}~a jobname lacking any +% extension) inside the \meta{dir}. If there is no |.bcf| file then +% no action is taken with a return value of $0$. +% \end{function} +% +% \begin{function}{bibtex()} +% \begin{syntax} +% |bibtex(|\meta{name},\meta{dir}|)| +% \end{syntax} +% Runs Bib\TeX{} on the \meta{name} (\emph{i.e.}~a jobname lacking any +% extension) inside the \meta{dir}. If there are no |\citation| lines in +% the |.aux| file then no action is taken with a return value of $0$. +% \end{function} +% +% \begin{function}{makeindex()} +% \begin{syntax} +% |makeindex(|\meta{name},\meta{dir},\meta{inext},\meta{outext},\meta{logext},\meta{style}|)| +% \end{syntax} +% Runs MakeIndex on the \meta{name} (\emph{i.e.}~a jobname lacking any +% extension) inside the \meta{dir}. The various extensions and the \meta{style} +% should normally be given as it standard for MakeIndex. +% \end{function} +% +% \begin{function}{tex()} +% \begin{syntax} +% |tex(|\meta{file},\meta{dir}|)| +% \end{syntax} +% Runs \luavar{typesetexe} on the \meta{name} inside the \meta{dir}. +% \end{function} +% +% \begin{function}{runcmd()} +% \begin{syntax} +% |runcmd(|\meta{cmd},\meta{dir},|{|\meta{envvars}|})| +% \end{syntax} +% A generic function which runs the \meta{cmd} in the \meta{dir}, first +% setting up all of the environmental variables specified to +% point to the |local| and |working| directories. This function is useful +% when creating non-standard typesetting steps. +% \end{function} +% % \subsection{Customising the target list} % % The targets known to \pkg{l3build} are stored in the global table -- cgit v1.2.3