We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e9aec commit 3d23e02Copy full SHA for 3d23e02
docs/CMakeLists.txt
@@ -97,7 +97,7 @@ if (LLVM_ENABLE_SPHINX)
97
add_sphinx_target(html clang)
98
add_custom_command(TARGET docs-clang-html POST_BUILD
99
COMMAND ${CMAKE_COMMAND} -E copy
100
- LibASTMatchersReference.html
+ "${CMAKE_CURRENT_SOURCE_DIR}/LibASTMatchersReference.html"
101
"${CMAKE_CURRENT_BINARY_DIR}/html/LibASTMatchersReference.html")
102
endif()
103
if (${SPHINX_OUTPUT_MAN})
0 commit comments