From 31baea9a105eaa62a175557e31a03783281740a5 Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Mon, 17 Jul 2023 00:03:23 +0800 Subject: [PATCH] Update a leftover doc for `unpackexe` It defaults to `pdftex` since release 2019-09-14, commt 1c6879d (Use pdftex for unpacking, 2019-09-14) --- CHANGELOG.md | 1 + l3build.dtx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27caf057..9e806e49 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ this project uses date-based 'snapshot' version identifiers. ### Changed - Improve stdout "Running l3build with target ..." - Quote configuration name used in stdout +- Update one leftover outdated doc for `unpackexe`. It defaults to `pdftex`. ## [2023-03-27] diff --git a/l3build.dtx b/l3build.dtx index 17411248..e4060034 100644 --- a/l3build.dtx +++ b/l3build.dtx @@ -582,7 +582,7 @@ % This is an internal target that is normally not needed on user level. % It unpacks all files into the directory defined by \var{unpackdir}. This occurs before other build commands such as |doc|, |check|, etc. % -% The unpacking process is performed by executing the \var{unpackexe} (default \texttt{tex}) with options \var{unpackopts} on all files defined by the \var{unpackfiles} variable; by default, all files that match \luavar{unpackfiles}. +% The unpacking process is performed by executing the \var{unpackexe} (default \texttt{pdftex}) with options \var{unpackopts} on all files defined by the \var{unpackfiles} variable; by default, all files that match \luavar{unpackfiles}. % % If additional support files are required for the unpacking process, these can be enumerated in the \var{unpacksuppfiles} variable. % Dependencies for unpacking are defined with \var{unpackdeps}.