1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00
polybar/man/CMakeLists.txt

6 lines
256 B
Text
Raw Normal View History

2016-11-19 00:22:44 -05:00
set(MAN_PAGES_1 polybar.1)
# set(MAN_PAGES_5 polybar_config.5)
2016-06-29 22:56:58 -04:00
INSTALL(FILES ${MAN_PAGES_1} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1 COMPONENT doc)
2016-11-19 00:22:44 -05:00
# INSTALL(FILES ${MAN_PAGES_5} DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man5 COMPONENT doc)