summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2015-03-22 10:50:53 (GMT)
committerGregor Jasny <gjasny@googlemail.com>2015-03-22 10:50:53 (GMT)
commit840f5b89a456b6f68a9b75c7a0a0bfc3fa37e643 (patch)
tree53f48c66644224f15a8e4b3ebeada82421e7cab3 /Utilities
parentaeb9fb977493c0865a2d6c9fab8affaf69845c85 (diff)
downloadCMake-840f5b89a456b6f68a9b75c7a0a0bfc3fa37e643.zip
CMake-840f5b89a456b6f68a9b75c7a0a0bfc3fa37e643.tar.gz
CMake-840f5b89a456b6f68a9b75c7a0a0bfc3fa37e643.tar.bz2
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>
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/Sphinx/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt
index a58604e..da81752 100644
--- a/Utilities/Sphinx/CMakeLists.txt
+++ b/Utilities/Sphinx/CMakeLists.txt
@@ -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()