diff options
author | Qyriad <qyriad@qyriad.me> | 2024-06-16 22:10:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@localhost> | 2024-06-16 22:10:59 +0000 |
commit | 0ba37dc00d2ed80c0c8b1b717935ee933815048b (patch) | |
tree | 76b6df99950cf31b4d71cd0cdf36b9e4a52dc81d | |
parent | ce2070139cc732dd253c2aa8fe511725f7e22d88 (diff) | |
parent | ff99f4a882e80e0bedc0acab6bb63266aebdbee9 (diff) |
Merge "build: correctly propagate changes to Lix source to manual" into main
-rw-r--r-- | doc/manual/meson.build | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/meson.build b/doc/manual/meson.build index e253a9bd8..673c86149 100644 --- a/doc/manual/meson.build +++ b/doc/manual/meson.build @@ -110,6 +110,7 @@ manual = custom_target( builtins_md, builtin_constants_md, rl_next_generated, + nix, ], output : [ 'manual', @@ -186,6 +187,7 @@ foreach command : nix_nested_manpages ], input : [ manual_md, + nix, ], output : command[0] + '-' + page + '.1', install : true, @@ -298,6 +300,7 @@ foreach page : nix3_manpages input : [ 'render-manpage.sh', manual_md, + nix, ], output : page + '.1', install : true, @@ -341,6 +344,7 @@ foreach entry : nix_manpages 'render-manpage.sh', manual_md, entry.get(3, []), + nix, ], output : '@0@.@1@'.format(entry[0], entry[1]), install : true, |