File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ function (add_sphinx_target builder project)
50
50
if (builder STREQUAL man )
51
51
# FIXME: We might not ship all the tools that these man pages describe
52
52
install (DIRECTORY "${SPHINX_BUILD_DIR} /" # Slash indicates contents of
53
+ COMPONENT "${project} -sphinx-man"
53
54
DESTINATION share/man/man1 )
54
55
55
56
elseif (builder STREQUAL html )
@@ -61,6 +62,7 @@ function (add_sphinx_target builder project)
61
62
# the specified destination, without recreating the last component
62
63
# of ${SPHINX_BUILD_DIR} implicitly.
63
64
install (DIRECTORY "${SPHINX_BUILD_DIR} /."
65
+ COMPONENT "${project} -sphinx-html"
64
66
DESTINATION "${${project_upper} _INSTALL_SPHINX_HTML_DIR}" )
65
67
else ()
66
68
message (WARNING Installation of ${builder} not supported )
You can’t perform that action at this time.
0 commit comments