file( GLOB _man_files *.1 ) if( _man_files ) INSTALL( FILES ${_man_files} DESTINATION ${MAN_INSTALL_DIR}/man1 COMPONENT doc ) endif()