Help: Install Sphinx HTML object mapping file
To link CMake documentation from other documentation sets like KDE extra-cmake-modules the intersphinx extension depends on the objects.inv mapping file. The size overhead of 14k seems to be neglectable. Signed-off-by: Gregor Jasny <gjasny@googlemail.com>
This commit is contained in:
parent
aeb9fb9774
commit
840f5b89a4
|
@ -159,7 +159,6 @@ if(SPHINX_HTML)
|
|||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/html
|
||||
DESTINATION ${CMAKE_DOC_DIR}
|
||||
PATTERN .buildinfo EXCLUDE
|
||||
PATTERN objects.inv EXCLUDE
|
||||
)
|
||||
endif()
|
||||
|
||||
|
@ -167,7 +166,6 @@ if(SPHINX_SINGLEHTML)
|
|||
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/singlehtml
|
||||
DESTINATION ${CMAKE_DOC_DIR}
|
||||
PATTERN .buildinfo EXCLUDE
|
||||
PATTERN objects.inv EXCLUDE
|
||||
)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in New Issue