diff options
author | Jan Staněk <jstanek@redhat.com> | 2019-08-07 14:50:18 +0200 |
---|---|---|
committer | Jan Staněk <jstanek@redhat.com> | 2019-08-07 14:50:18 +0200 |
commit | 11b9187a685efe3146c72c280e6d6a8b6e951db2 (patch) | |
tree | 94d7b6c0375ad0798d4aaf263951f93b6f2edd96 /man/CMakeLists.txt | |
parent | 29692e5fd01c629a22408cbbdbe7250fda9eaa09 (diff) | |
download | bemenu-11b9187a685efe3146c72c280e6d6a8b6e951db2.tar.gz bemenu-11b9187a685efe3146c72c280e6d6a8b6e951db2.tar.bz2 bemenu-11b9187a685efe3146c72c280e6d6a8b6e951db2.zip |
Install man pages to expected location
Diffstat (limited to 'man/CMakeLists.txt')
-rw-r--r-- | man/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt new file mode 100644 index 0000000..9f95334 --- /dev/null +++ b/man/CMakeLists.txt @@ -0,0 +1,2 @@ +include(GNUInstallDirs) +install(FILES ./bemenu.1 ./bemenu-run.1 DESTINATION "${CMAKE_INSTALL_MANDIR}/man1/") |