mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-26 01:31:54 -07:00
docs: install manpages with meson
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -10,7 +10,7 @@ CTestTestfile.cmake
|
||||
_deps
|
||||
|
||||
build/
|
||||
result
|
||||
result*
|
||||
/.vscode/
|
||||
.envrc
|
||||
.cache
|
||||
@@ -24,4 +24,4 @@ hyprctl/hyprctl
|
||||
|
||||
gmon.out
|
||||
*.out
|
||||
*.tar.gz
|
||||
*.tar.gz
|
||||
|
2
docs/meson.build
Normal file
2
docs/meson.build
Normal file
@@ -0,0 +1,2 @@
|
||||
install_man ('Hyprland.1')
|
||||
install_man ('hyprctl.1')
|
@@ -59,3 +59,4 @@ subdir('src')
|
||||
subdir('hyprctl')
|
||||
subdir('assets')
|
||||
subdir('example')
|
||||
subdir('docs')
|
||||
|
@@ -44,6 +44,11 @@ stdenv.mkDerivation {
|
||||
pkg-config
|
||||
];
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"man"
|
||||
];
|
||||
|
||||
buildInputs =
|
||||
[
|
||||
git
|
||||
|
Reference in New Issue
Block a user