[all-commits] [llvm/llvm-project] db63fb: [Clang][Docs] Fix man page build
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sat May 13 01:54:11 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: db63fb5d45e0f58a1c657b23a24e85f28e3dbf73
https://github.com/llvm/llvm-project/commit/db63fb5d45e0f58a1c657b23a24e85f28e3dbf73
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2023-05-13 (Sat, 13 May 2023)
Changed paths:
M clang/docs/CMakeLists.txt
Log Message:
-----------
[Clang][Docs] Fix man page build
This patch fixes the man page build. It currently doesn't work as
SOURCE_DIR isn't set correctly (just undefined) within the
add_sphinx_target function. This patch also moves around the creation of
targets for autogenerated rst files so that both the man page and html
build can depend upon them as before only the html build depended on
them.
Fixes #62540
Reviewed By: tstellar
Differential Revision: https://reviews.llvm.org/D149809
More information about the All-commits
mailing list