summaryrefslogtreecommitdiffstats
path: root/llvm/cmake/modules/AddSphinxTarget.cmake
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2014-08-14 11:57:16 +0000
committerDan Liew <dan@su-root.co.uk>2014-08-14 11:57:16 +0000
commit992ca1d828aaa4e4241feb2830bf3b13b166a3d6 (patch)
tree833754b719138093a919629f981af0c8993348a4 /llvm/cmake/modules/AddSphinxTarget.cmake
parentc2867bab2b8060cb028e946e3d10bbdb5bbd4333 (diff)
downloadbcm5719-llvm-992ca1d828aaa4e4241feb2830bf3b13b166a3d6.tar.gz
bcm5719-llvm-992ca1d828aaa4e4241feb2830bf3b13b166a3d6.zip
Make message about building sphinx documentation with CMake more
informative by stating where the output is going. llvm-svn: 215635
Diffstat (limited to 'llvm/cmake/modules/AddSphinxTarget.cmake')
-rw-r--r--llvm/cmake/modules/AddSphinxTarget.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/cmake/modules/AddSphinxTarget.cmake b/llvm/cmake/modules/AddSphinxTarget.cmake
index b78afc173cb..045dc23ca2a 100644
--- a/llvm/cmake/modules/AddSphinxTarget.cmake
+++ b/llvm/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
OpenPOWER on IntegriCloud