From ff092418b95a0ee1e63c74f77c9deb5017f6fc05 Mon Sep 17 00:00:00 2001 From: cat-master21 <96554164+cat-master21@users.noreply.github.com> Date: Sun, 8 Oct 2023 18:07:22 -0700 Subject: [PATCH] fix: install manpage with CMake Closes #70 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9d6e93..7d0897a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,3 +37,6 @@ install(FILES systemd/joycond.service DESTINATION /etc/systemd/system install(FILES systemd/joycond.conf DESTINATION /etc/modules-load.d PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ ) +install(FILES doc/joycond.1 DESTINATION /usr/share/man/man1 + PERMISSIONS OWNER_WRITE OWNER_READ GROUP_READ WORLD_READ + )