[latex3-commits] [latex3/l3sys-query] main: Include man file in distribution (f44418b)
github at latex-project.org
github at latex-project.org
Fri Mar 15 00:07:48 CET 2024
Repository : https://github.com/latex3/l3sys-query
On branch : main
Link : https://github.com/latex3/l3sys-query/commit/f44418beff511201e2f55cefbc1884b71943e582
>---------------------------------------------------------------
commit f44418beff511201e2f55cefbc1884b71943e582
Author: Joseph Wright <joseph at texdev.net>
Date: Thu Mar 14 23:07:25 2024 +0000
Include man file in distribution
>---------------------------------------------------------------
f44418beff511201e2f55cefbc1884b71943e582
CHANGELOG.md | 1 +
build.lua | 1 +
2 files changed, 2 insertions(+)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0545b7..2bc51c6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,6 +9,7 @@ Changelog](https://keepachangelog.com/en/1.0.0/), this project uses date-based
### Added
- PDF documentation in distribution
+- `man` file in distribution
### Changed
- Documentation tweaks
diff --git a/build.lua b/build.lua
index 82fccae..ed7fcd4 100644
--- a/build.lua
+++ b/build.lua
@@ -2,6 +2,7 @@
module = "l3sys-query"
scriptfiles = {"l3sys-query.lua"}
+scriptmanfiles = {module .. ".1"}
sourcefiles = scriptfiles
tagfiles = {"CHANGELOG.md", "README.md", "l3sys-query.lua", "l3sys-query-tool.tex"}
typesetfiles = {"l3sys-query-tool.tex"}
More information about the latex3-commits
mailing list.