Fix build.

llvm-svn: 267883
This commit is contained in:
Manuel Klimek 2016-04-28 14:28:19 +00:00
parent 928c8254a9
commit 9db931021e
1 changed files with 1 additions and 1 deletions
clang/docs

View File

@ -97,7 +97,7 @@ if (LLVM_ENABLE_SPHINX)
add_sphinx_target(html clang)
add_custom_command(TARGET docs-clang-html POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy
LibASTMatchersReference.html
"${CMAKE_CURRENT_SOURCE_DIR}/LibASTMatchersReference.html"
"${CMAKE_CURRENT_BINARY_DIR}/html/LibASTMatchersReference.html")
endif()
if (${SPHINX_OUTPUT_MAN})