[latex3-commits] [git/LaTeX3-latex3-l3build] drop-build-lua: Remove loading build.lua from docs (0892706)
Joseph Wright
joseph.wright at morningstar2.co.uk
Fri Feb 5 15:09:12 CET 2021
Repository : https://github.com/latex3/l3build
On branch : drop-build-lua
Link : https://github.com/latex3/l3build/commit/0892706f91d6975a3b79fde8c15d037feb46f1d8
>---------------------------------------------------------------
commit 0892706f91d6975a3b79fde8c15d037feb46f1d8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Feb 5 14:07:26 2021 +0000
Remove loading build.lua from docs
>---------------------------------------------------------------
0892706f91d6975a3b79fde8c15d037feb46f1d8
l3build.dtx | 22 ----------------------
1 file changed, 22 deletions(-)
diff --git a/l3build.dtx b/l3build.dtx
index b94917e..01c5a77 100644
--- a/l3build.dtx
+++ b/l3build.dtx
@@ -652,28 +652,6 @@
% A collection of full examples (source files in various layouts) are available
% at \url{https://github.com/latex3/l3build/tree/master/examples}.
%
-% \subsection{Backwards compatibility}
-%
-% Earlier releases of \pkg{l3build} required that the last line of
-% \texttt{build.lua} ran the main script, \emph{i.e.}~that \texttt{build.lua}
-% was what the user called rather than \texttt{l3build.lua}. To allow scripts
-% to support both forms \emph{for the transition}, a simple test may be
-% included as showing in Figure~\ref{fig:build-compat}.
-% \begin{figure}
-% \begin{lstlisting}[frame=single,language={[5.2]Lua},gobble = 6]
-% if not release_date then
-% dofile(kpse.lookup("l3build.lua"))
-% end
-% \end{lstlisting}
-% \caption{Final lines for a \texttt{build.lua} script usable with both older
-% and newer releases of \pkg{l3build}.}
-% \label{fig:build-compat}
-% \end{figure}
-%
-% Note that in time support for loading \pkg{l3build} by calling the
-% \texttt{build.lua} script \emph{may} be removed: the recommended approach for
-% new scripts is to run \texttt{l3build}.
-%
% \subsection{Variables}
%
% This section lists all variables defined in the |l3build.lua| script that are available for customisation.
More information about the latex3-commits
mailing list.