5 lines
126 B
CMake
5 lines
126 B
CMake
set(MAN_PAGES_1 polybar.1)
|
|
INSTALL(FILES ${MAN_PAGES_1}
|
|
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1
|
|
COMPONENT doc)
|