Index: llvm/trunk/cmake/modules/AddSphinxTarget.cmake =================================================================== --- llvm/trunk/cmake/modules/AddSphinxTarget.cmake +++ llvm/trunk/cmake/modules/AddSphinxTarget.cmake @@ -50,6 +50,7 @@ if (builder STREQUAL man) # FIXME: We might not ship all the tools that these man pages describe install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of + COMPONENT "${project}-sphinx-man" DESTINATION share/man/man1) elseif (builder STREQUAL html) @@ -61,6 +62,7 @@ # the specified destination, without recreating the last component # of ${SPHINX_BUILD_DIR} implicitly. install(DIRECTORY "${SPHINX_BUILD_DIR}/." + COMPONENT "${project}-sphinx-html" DESTINATION "${${project_upper}_INSTALL_SPHINX_HTML_DIR}") else() message(WARNING Installation of ${builder} not supported)