]> granicus.if.org Git - clang/commitdiff
Add AST matcher reference to documentation directory when building HTML docs.
authorManuel Klimek <klimek@google.com>
Tue, 9 Feb 2016 10:59:21 +0000 (10:59 +0000)
committerManuel Klimek <klimek@google.com>
Tue, 9 Feb 2016 10:59:21 +0000 (10:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260218 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMakeLists.txt

index f42439a9bf1c5ba31201acfb7b0bacfe6e5cd69f..90682f66c5d7d16e69ec1c68b5c4d3a1da60bfb2 100644 (file)
@@ -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)