feat(nix/buildManPages): infra for generating man page dirs from nix

Very simple builder which builds (optionally) gzipped man pages from a
list of attrsets and links them into a common man directory with the
correct layout, so it should be installable immediately.

Additionally runs mandoc -T lint, but by default only for informational
purposes as it is very strict and some things are almost never true (for
example all Xrs being present in the respective directory).

buildManPages.single exposes the internal builder for a single,
optionally gzipped man page from a nix attrset.

Change-Id: I43fce011716f4a7cc80521f222800ca99ba54060
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2654
Tested-by: BuildkiteCI
Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
sterni 2021-03-24 20:02:03 +01:00
parent c693e8bf51
commit 811fff2d8b
2 changed files with 80 additions and 0 deletions

3
nix/buildManPages/OWNERS Normal file
View file

@ -0,0 +1,3 @@
inherited: true
owners:
- sterni