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
2016-12-23 18:10:19 +01:00

4 lines
126 B
CMake

set(MAN_PAGES_1 polybar.1)
INSTALL(FILES ${MAN_PAGES_1}
DESTINATION ${CMAKE_INSTALL_PREFIX}/share/man/man1
COMPONENT doc)