From: Manuel Klimek Date: Tue, 9 Feb 2016 10:59:21 +0000 (+0000) Subject: Add AST matcher reference to documentation directory when building HTML docs. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c75a157006fec7d6a227928306b9b95213bc2d2e;p=clang Add AST matcher reference to documentation directory when building HTML docs. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260218 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index f42439a9bf..90682f66c5 100644 --- a/docs/CMakeLists.txt +++ b/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)