diff --git a/CMakeLists.txt b/CMakeLists.txt index 54baa01..67dff42 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,7 @@ endforeach () add_custom_target (docs ALL DEPENDS ${project_MAN_PAGES}) foreach (page ${project_MAN_PAGES}) - string (REGEX MATCH "\\.([0-9])" manpage_suffix "${page}") + string (REGEX MATCH "\\.([0-9])$" manpage_suffix "${page}") install (FILES "${page}" DESTINATION "${CMAKE_INSTALL_MANDIR}/man${CMAKE_MATCH_1}") endforeach () diff --git a/README.adoc b/README.adoc index ee18b70..16001a5 100644 --- a/README.adoc +++ b/README.adoc @@ -11,6 +11,15 @@ due to protocol changes, although I don't really deem it very probable. Run `razer-bw-te-ctl --help` or `man razer-bw-te-ctl` for usage information. +Packages +-------- +Regular releases are sporadic. git master should be stable enough. You can get +a package with the latest development version from Archlinux's AUR, or from +openSUSE Build Service for the rest of mainstream distributions. Consult the +list of repositories and their respective links at: + +https://build.opensuse.org/project/repositories/home:pjanouch:git + Installation ------------ Build dependencies: cmake >= 2.8.5, help2man +