1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-10-27 05:23:39 -04: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)