mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
CMake: Install COMPONENTs (sphinx-man)
Added component sphinx-man
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user