From 811fff2d8b43cab0d15f32016c3d0572ffa9db77 Mon Sep 17 00:00:00 2001 From: sterni Date: Wed, 24 Mar 2021 20:02:03 +0100 Subject: 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 --- nix/buildManPages/OWNERS | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 nix/buildManPages/OWNERS (limited to 'nix/buildManPages/OWNERS') diff --git a/nix/buildManPages/OWNERS b/nix/buildManPages/OWNERS new file mode 100644 index 000000000000..f16dd105d761 --- /dev/null +++ b/nix/buildManPages/OWNERS @@ -0,0 +1,3 @@ +inherited: true +owners: + - sterni -- cgit 1.4.1