docs: install manpages with meson
This commit is contained in:
parent
463bc7ab13
commit
fea6d7deb0
4 changed files with 10 additions and 2 deletions
|
|
@ -44,6 +44,11 @@ stdenv.mkDerivation {
|
|||
pkg-config
|
||||
];
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
git
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue