Skip to content

Commit

Permalink
Update l3build.dtx
Browse files Browse the repository at this point in the history
The |target| entry of options was not exposed in the documentation of |options| but mentioned in the documentation of the |call| function.
  • Loading branch information
jlaurens committed Jun 27, 2024
1 parent b101f3b commit a9ae24b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions l3build.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -1664,12 +1664,13 @@
% \begin{variable}{options}
% The |options| table holds the values passed to \pkg{l3build} at the
% command line. Each possible \meta{entry} given below corresponds to
% |--|\meta{entry} given at the command line, except |names| that
% corresponds to \meta{name(s)} for |check|, |doc| and |save| targets.
% |--|\meta{entry} given at the command line, except the |target| entry
% which is self explanatory and the |names| entry which corresponds to \meta{name(s)}
% for |check|, |doc| and |save| targets.
% \begin{center}
% \begin{tabular}{ll}
% \toprule
% Entry & Type \\
% Entry & Lua type \\
% \midrule
% \var{config} & |table| \\
% \var{date} & |string| \\
Expand All @@ -1689,6 +1690,7 @@
% \var{rerun} & |boolean| \\
% \var{shuffle} & |boolean| \\
% \var{stdengine} & |boolean| \\
% \var{target} & |string| \\
% \var{texmfhome} & |string| \\
% \bottomrule
% \end{tabular}
Expand Down

0 comments on commit a9ae24b

Please sign in to comment.