Skip to content

Commit

Permalink
Add AST matcher reference to documentation directory when building HT…
Browse files Browse the repository at this point in the history
…ML docs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@260218 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
r4nt committed Feb 9, 2016
1 parent 943562e commit c75a157
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c75a157

Please sign in to comment.