forked from RepoMirrors/bemenu
Install man pages to expected location
This commit is contained in:
parent
29692e5fd0
commit
11b9187a68
@ -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
2
man/CMakeLists.txt
Normal 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
1
man/bemenu-run.1
Normal file
@ -0,0 +1 @@
|
||||
.so man1/bemenu.1
|
Loading…
Reference in New Issue
Block a user