diff options
-rw-r--r-- | clang/docs/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/docs/CMakeLists.txt b/clang/docs/CMakeLists.txt index f42439a9bf1..90682f66c5d 100644 --- a/clang/docs/CMakeLists.txt +++ b/clang/docs/CMakeLists.txt @@ -95,6 +95,8 @@ if (LLVM_ENABLE_SPHINX) include(AddSphinxTarget) if (${SPHINX_OUTPUT_HTML}) add_sphinx_target(html clang) + configure_file(LibASTMatchersReference.html + "${CMAKE_CURRENT_BINARY_DIR}/html/LibASTMatchersReference.html" COPYONLY) endif() if (${SPHINX_OUTPUT_MAN}) add_sphinx_target(man clang) |