Make message about building sphinx documentation with CMake more

informative by stating where the output is going.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215635 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Liew 2014-08-14 11:57:16 +00:00
parent 550abf8c29
commit 43d6849e95

View File

@ -24,7 +24,7 @@ function (add_sphinx_target builder project)
"${CMAKE_CURRENT_SOURCE_DIR}" # Source "${CMAKE_CURRENT_SOURCE_DIR}" # Source
"${SPHINX_BUILD_DIR}" # Output "${SPHINX_BUILD_DIR}" # Output
COMMENT COMMENT
"Generating ${builder} Sphinx documentation for ${project}") "Generating ${builder} Sphinx documentation for ${project} into \"${SPHINX_BUILD_DIR}\"")
# When "clean" target is run, remove the Sphinx build directory # When "clean" target is run, remove the Sphinx build directory
set_property(DIRECTORY APPEND PROPERTY set_property(DIRECTORY APPEND PROPERTY