Skip to content

Commit cce9754

Browse files
authored
[docs] FIX missing file Installation.rst
1 parent abe5e81 commit cce9754

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ project(Documentation)
22

33
set(DOCUMENTATION_FILES
44
${CMAKE_CURRENT_SOURCE_DIR}/sphinx/source/index.rst
5-
${CMAKE_CURRENT_SOURCE_DIR}/sphinx/source/menu/Installation.rst
65
${CMAKE_CURRENT_SOURCE_DIR}/sphinx/source/menu/Contributing.rst
76
${CMAKE_CURRENT_SOURCE_DIR}/sphinx/source/menu/SofaPlugin.rst
87
${CMAKE_CURRENT_SOURCE_DIR}/sphinx/source/menu/SofaModule.rst
98
${CMAKE_CURRENT_SOURCE_DIR}/sphinx/source/menu/CustomModule.rst
109
)
1110

1211
add_custom_target(${PROJECT_NAME} SOURCES ${DOCUMENTATION_FILES})
13-
install(FILES ${DOCUMENTATION_FILES} DESTINATION share/SofaPython3/documentation COMPONENT resources)
12+
install(FILES ${DOCUMENTATION_FILES} DESTINATION share/SofaPython3/documentation COMPONENT resources)

0 commit comments

Comments
 (0)