Skip to content
Snippets Groups Projects
Commit 3d23e02a authored by Manuel Klimek's avatar Manuel Klimek
Browse files

Fix build.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@267883 91177308-0d34-0410-b5e6-96231b3b80d8
parent 04e9aecb
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ if (LLVM_ENABLE_SPHINX) ...@@ -97,7 +97,7 @@ if (LLVM_ENABLE_SPHINX)
add_sphinx_target(html clang) add_sphinx_target(html clang)
add_custom_command(TARGET docs-clang-html POST_BUILD add_custom_command(TARGET docs-clang-html POST_BUILD
COMMAND ${CMAKE_COMMAND} -E copy COMMAND ${CMAKE_COMMAND} -E copy
LibASTMatchersReference.html "${CMAKE_CURRENT_SOURCE_DIR}/LibASTMatchersReference.html"
"${CMAKE_CURRENT_BINARY_DIR}/html/LibASTMatchersReference.html") "${CMAKE_CURRENT_BINARY_DIR}/html/LibASTMatchersReference.html")
endif() endif()
if (${SPHINX_OUTPUT_MAN}) if (${SPHINX_OUTPUT_MAN})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment