diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2014-12-09 22:13:42 (GMT) |
---|---|---|
committer | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2015-07-07 05:11:10 (GMT) |
commit | 7383e4d722809e2460bd4e87ea7fdbef5f64c303 (patch) | |
tree | ef86da2a0b1202888e9d421f2fdd83f5de9ffeb6 /Utilities/Sphinx | |
parent | 2531b9095491966c7dbcf717a8b6d3dc72c0fb9f (diff) | |
download | CMake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.zip CMake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.tar.gz CMake-7383e4d722809e2460bd4e87ea7fdbef5f64c303.tar.bz2 |
CMake: Install COMPONENTs (sphinx-man)
Added component sphinx-man
Diffstat (limited to 'Utilities/Sphinx')
-rw-r--r-- | Utilities/Sphinx/CMakeLists.txt | 3 |
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() |