Skip to content

Commit 3d23e02

Browse files
committed
Fix build.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267883 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 04e9aec commit 3d23e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if (LLVM_ENABLE_SPHINX)
9797
add_sphinx_target(html clang)
9898
add_custom_command(TARGET docs-clang-html POST_BUILD
9999
COMMAND ${CMAKE_COMMAND} -E copy
100-
LibASTMatchersReference.html
100+
"${CMAKE_CURRENT_SOURCE_DIR}/LibASTMatchersReference.html"
101101
"${CMAKE_CURRENT_BINARY_DIR}/html/LibASTMatchersReference.html")
102102
endif()
103103
if (${SPHINX_OUTPUT_MAN})

0 commit comments

Comments
 (0)