Index: docs/CMakeLists.txt =================================================================== --- docs/CMakeLists.txt +++ docs/CMakeLists.txt @@ -95,6 +95,8 @@ include(AddSphinxTarget) if (${SPHINX_OUTPUT_HTML}) add_sphinx_target(html clang) + file(GLOB DOC_HTML *.html) + file(COPY ${DOC_HTML} DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/html) endif() if (${SPHINX_OUTPUT_MAN}) add_sphinx_target(man clang) Index: docs/index.rst =================================================================== --- docs/index.rst +++ docs/index.rst @@ -52,6 +52,7 @@ RAVFrontendAction LibASTMatchersTutorial LibASTMatchers + LibASTMatchersReference HowToSetupToolingForLLVM JSONCompilationDatabase @@ -84,4 +85,3 @@ * :ref:`genindex` * :ref:`modindex` * :ref:`search` -