[llvm] r215635 - Make message about building sphinx documentation with CMake more
Dan Liew
dan at su-root.co.uk
Thu Aug 14 04:57:17 PDT 2014
Author: delcypher
Date: Thu Aug 14 06:57:16 2014
New Revision: 215635
URL: http://llvm.org/viewvc/llvm-project?rev=215635&view=rev
Log:
Make message about building sphinx documentation with CMake more
informative by stating where the output is going.
Modified:
llvm/trunk/cmake/modules/AddSphinxTarget.cmake
Modified: llvm/trunk/cmake/modules/AddSphinxTarget.cmake
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/cmake/modules/AddSphinxTarget.cmake?rev=215635&r1=215634&r2=215635&view=diff
==============================================================================
--- llvm/trunk/cmake/modules/AddSphinxTarget.cmake (original)
+++ llvm/trunk/cmake/modules/AddSphinxTarget.cmake Thu Aug 14 06:57:16 2014
@@ -24,7 +24,7 @@ function (add_sphinx_target builder proj
"${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
More information about the llvm-commits
mailing list