1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-03 04:33:30 -05:00
polybar/man/CMakeLists.txt

5 lines
126 B
Text
Raw Normal View History

2016-11-19 00:22:44 -05:00
set(MAN_PAGES_1 polybar.1)
2016-12-23 12:10:19 -05:00
INSTALL(FILES ${MAN_PAGES_1}
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1
COMPONENT doc)