File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,11 @@ project(Documentation)
22
33set (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
1211add_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)
You can’t perform that action at this time.
0 commit comments