]> SALOME platform Git repositories - plugins/ghs3dprlplugin.git/commitdiff
Salome HOME
Cmake: add a deletion of documentation directory to command make clean
authormpa <mpa@opencascade.com>
Tue, 22 Oct 2013 14:43:04 +0000 (14:43 +0000)
committermpa <mpa@opencascade.com>
Tue, 22 Oct 2013 14:43:04 +0000 (14:43 +0000)
doc/salome/gui/GHS3DPRLPLUGIN/CMakeLists.txt

index 7900a01d2e28765339fd68cf58767a7055d64d37..65d5624476d8aa2ba3b174a5c124d1a9c117f3c8 100755 (executable)
@@ -72,4 +72,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}/GHS3DPRLPLUGIN DESTINATION ${SALOME_INSTALL_DOC}/gui)
-INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/GHS3DPRLPLUGIN)
\ No newline at end of file
+INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/GHS3DPRLPLUGIN)
+INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/GHS3DPRLPLUGIN/ghs3dprlpluginpy_doc)
+
+SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES GHS3DPRLPLUGIN)
\ No newline at end of file