summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorManuel Klimek <klimek@google.com>2016-04-28 14:28:19 +0000
committerManuel Klimek <klimek@google.com>2016-04-28 14:28:19 +0000
commit3d23e02ac6aa31efbaed83db5f16efe423d1a65f (patch)
tree4410e9c64d7afd83c49ebd06c919366c43398201 /docs
parent04e9aecb64963c0412e2b385b1e371b8a3b3b775 (diff)
Fix build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267883 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt
index 1a86499baf..13b79fdfa5 100644
--- a/docs/CMakeLists.txt
+++ b/docs/CMakeLists.txt
@@ -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})