Salome HOME
Cmake: add a deletion of documentation directory to command make clean
authormpa <mpa@opencascade.com>
Tue, 22 Oct 2013 14:28:31 +0000 (14:28 +0000)
committermpa <mpa@opencascade.com>
Tue, 22 Oct 2013 14:28:31 +0000 (14:28 +0000)
doc/salome/gui/GHS3DPLUGIN/CMakeLists.txt

index 3b1c9929eda708c9dda1b00843c9594f4c95a0d1..31d22c77eb9644ae1cbcccca187831d83d084c12 100755 (executable)
@@ -69,4 +69,7 @@ ADD_CUSTOM_TARGET(usr_docs ${CMAKE_COMMAND} -E make_directory tmp
 
 INSTALL(CODE "EXECUTE_PROCESS(COMMAND \"${CMAKE_COMMAND}\" --build ${PROJECT_BINARY_DIR} --target usr_docs)")
 INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/GHS3DPLUGIN DESTINATION ${SALOME_INSTALL_DOC}/gui/)
-INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/GHS3DPLUGIN)
\ No newline at end of file
+INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/GHS3DPLUGIN)
+INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/GHS3DPLUGIN/ghs3dpluginpy_doc)
+
+SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES GHS3DPLUGIN)
\ No newline at end of file