From: Dan Liew Date: Thu, 14 Aug 2014 11:57:16 +0000 (+0000) Subject: Make message about building sphinx documentation with CMake more X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=43d6849e9562d57192424b4fe0b65b6b1b9ec8ae;p=oota-llvm.git 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 --- diff --git a/cmake/modules/AddSphinxTarget.cmake b/cmake/modules/AddSphinxTarget.cmake index b78afc173cb..045dc23ca2a 100644 --- a/cmake/modules/AddSphinxTarget.cmake +++ b/cmake/modules/AddSphinxTarget.cmake @@ -24,7 +24,7 @@ function (add_sphinx_target builder project) "${CMAKE_CURRENT_SOURCE_DIR}" # Source "${SPHINX_BUILD_DIR}" # Output 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 set_property(DIRECTORY APPEND PROPERTY