Make message about building sphinx documentation with CMake more
authorDan Liew <dan@su-root.co.uk>
Thu, 14 Aug 2014 11:57:16 +0000 (11:57 +0000)
committerDan Liew <dan@su-root.co.uk>
Thu, 14 Aug 2014 11:57:16 +0000 (11:57 +0000)
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

cmake/modules/AddSphinxTarget.cmake

index b78afc173cb70c1b2717cecb0e6d57f4be6234c5..045dc23ca2a83517c135fdf0a9f64318290b1992 100644 (file)
@@ -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