[latex3-commits] [git/LaTeX3-latex3-l3build] main: Correct a line in Manifest (see #195) (460536d)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Nov 24 09:23:35 CET 2021
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/460536d1dae5a0efe1dc502ea3c6c064016328fe
>---------------------------------------------------------------
commit 460536d1dae5a0efe1dc502ea3c6c064016328fe
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Nov 24 08:22:52 2021 +0000
Correct a line in Manifest (see #195)
>---------------------------------------------------------------
460536d1dae5a0efe1dc502ea3c6c064016328fe
CHANGELOG.md | 3 +++
l3build-manifest-setup.lua | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfc1bc1..b52b6d6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,9 @@ this project uses date-based 'snapshot' version identifiers.
### Changed
- Use `checkengines[1]` as the defauly for `stdengine`
+### Fixed
+- Incorrect line in `manifest` target (see #195)
+
## [2021-11-24]
- Always typeset in `typesetdir` (fixes #210)
diff --git a/l3build-manifest-setup.lua b/l3build-manifest-setup.lua
index f7051da..e74e667 100644
--- a/l3build-manifest-setup.lua
+++ b/l3build-manifest-setup.lua
@@ -243,7 +243,7 @@ function manifest_write_opening(filehandle)
filehandle:write("# Manifest for " .. module .. "\n\n")
filehandle:write([[
This file is a listing of all files considered to be part of this package.
-It is automatically generated with `texlua build.lua manifest`.
+It is automatically generated with `l3build manifest`.
]])
end
More information about the latex3-commits
mailing list.