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-Tag: llvmorg-3.9.0-rc1~14738 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=de99290e0abd30581a6375314662ce802be7a42a;p=platform%2Fupstream%2Fllvm.git Add AST matcher reference to documentation directory when building HTML docs. llvm-svn: 260218 --- diff --git a/clang/docs/CMakeLists.txt b/clang/docs/CMakeLists.txt index f42439a..90682f6 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)