diff options
author | Blake Lee <[email protected]> | 2022-07-15 20:04:17 -0400 |
---|---|---|
committer | Blake Lee <[email protected]> | 2022-07-15 20:04:17 -0400 |
commit | 310a8397003146e416e06d777e8404ea469f02bd (patch) | |
tree | 709e4f947e9a3eae1efc9fb5efaa598f7f49fa04 /Makefile | |
parent | b2650928eac06e3181ad07efe6ec55b2550f89b8 (diff) | |
download | Hyprland-310a8397003146e416e06d777e8404ea469f02bd.tar.gz Hyprland-310a8397003146e416e06d777e8404ea469f02bd.zip |
docs: add man pages
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,8 @@ install: cp ./assets/wall_4K.png ${PREFIX}/share/hyprland cp ./assets/wall_8K.png ${PREFIX}/share/hyprland + rst2man ./docs/hyprctl.1.rst | gzip -c > /usr/share/man/man1/hyprctl.1.gz + rst2man ./docs/Hyprland.1.rst | gzip -c > /usr/share/man/man1/Hyprland.1.gz uninstall: rm -f ${PREFIX}/share/wayland-sessions/hyprland.desktop |