mirror of
https://github.com/polybar/polybar.git
synced 2024-11-03 04:33:30 -05:00
5 lines
256 B
CMake
5 lines
256 B
CMake
set(MAN_PAGES_1 polybar.1)
|
|
# set(MAN_PAGES_5 polybar_config.5)
|
|
|
|
INSTALL(FILES ${MAN_PAGES_1} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1 COMPONENT doc)
|
|
# INSTALL(FILES ${MAN_PAGES_5} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man5 COMPONENT doc)
|