This is an archive of the discontinued LLVM Phabricator instance.

Eliminate clang man page generation warning for missing .rst files
AcceptedPublic

Authored by t-tye on Jul 23 2021, 6:51 PM.

Details

Summary

Update clang/docs/CMakeLists.txt for Sphinx man builder to do the same as for
the html builder to ensure .td generated .rst files are available to prevent
warnings of missing .rst files.

Document SOURCE_DIR named argument to add_sphinx_target function.

Diff Detail