Install man pages to expected location

This commit is contained in:
Jan Staněk 2019-08-07 14:50:18 +02:00
parent 29692e5fd0
commit 11b9187a68
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D
3 changed files with 4 additions and 0 deletions

View File

@ -27,5 +27,6 @@ ADD_SUBDIRECTORY(test)
# Generate documentation (make doxygen)
ADD_SUBDIRECTORY(doxygen)
ADD_SUBDIRECTORY(man)
# vim: set ts=8 sw=4 tw=0

2
man/CMakeLists.txt Normal file
View File

@ -0,0 +1,2 @@
include(GNUInstallDirs)
install(FILES ./bemenu.1 ./bemenu-run.1 DESTINATION "${CMAKE_INSTALL_MANDIR}/man1/")

1
man/bemenu-run.1 Normal file
View File

@ -0,0 +1 @@
.so man1/bemenu.1