summaryrefslogtreecommitdiffstats
path: root/Utilities
diff options
context:
space:
mode:
authorKonstantin Podsvirov <konstantin@podsvirov.pro>2014-12-09 22:13:42 (GMT)
committerKonstantin Podsvirov <konstantin@podsvirov.pro>2015-07-07 05:11:10 (GMT)
commit7383e4d722809e2460bd4e87ea7fdbef5f64c303 (patch)
treeef86da2a0b1202888e9d421f2fdd83f5de9ffeb6 /Utilities
parent2531b9095491966c7dbcf717a8b6d3dc72c0fb9f (diff)
downloadCMake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.zip
CMake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.tar.gz
CMake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.tar.bz2
CMake: Install COMPONENTs (sphinx-man)
Added component sphinx-man
Diffstat (limited to 'Utilities')
-rw-r--r--Utilities/Sphinx/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Utilities/Sphinx/CMakeLists.txt b/Utilities/Sphinx/CMakeLists.txt
index f2a3727..a76ee26 100644
--- a/Utilities/Sphinx/CMakeLists.txt
+++ b/Utilities/Sphinx/CMakeLists.txt
@@ -154,7 +154,8 @@ if(SPHINX_MAN)
set(name "${CMAKE_MATCH_1}")
set(sec "${CMAKE_MATCH_2}")
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/man/${name}.${sec}
- DESTINATION ${CMAKE_MAN_DIR}/man${sec})
+ DESTINATION ${CMAKE_MAN_DIR}/man${sec}
+ COMPONENT sphinx-man)
endif()
endforeach()
endif()