[PATCH] D72875: [clang][cmake] Include generated rst files in html built by docs-clang-html target
Michał Górny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 17 07:56:30 PST 2020
mgorny accepted this revision.
mgorny added a comment.
This revision is now accepted and ready to land.
Besides the mentioned misindent, the CMake code looks correct. Could you test whether it works with standalone (out-of-LLVM) builds as well?
================
Comment at: clang/docs/CMakeLists.txt:113
+ add_custom_target(copy-clang-rst-docs
+ COMMAND ${CMAKE_COMMAND} -E copy_directory
+ ${CMAKE_CURRENT_SOURCE_DIR}
----------------
Looks like misindent.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72875/new/
https://reviews.llvm.org/D72875
More information about the llvm-commits
mailing list