mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Respect CMAKE_INSTALL_MANDIR for sphinx generated manpages
llvm-svn: 297516
This commit is contained in:
parent
1f89d06175
commit
097d589869
@ -51,7 +51,7 @@ function (add_sphinx_target builder project)
|
||||
# FIXME: We might not ship all the tools that these man pages describe
|
||||
install(DIRECTORY "${SPHINX_BUILD_DIR}/" # Slash indicates contents of
|
||||
COMPONENT "${project}-sphinx-man"
|
||||
DESTINATION share/man/man1)
|
||||
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
|
||||
|
||||
elseif (builder STREQUAL html)
|
||||
string(TOUPPER "${project}" project_upper)
|
||||
|
Loading…
x
Reference in New Issue
Block a user