file( GLOB _mans RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.6 )

install(
    FILES ${_mans}
    DESTINATION ${MAN_INSTALL_DIR}/man6
    COMPONENT doc
)