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

index 5b07b3cf8a7676a911c7161d5736907b87a8c518..905be6984a02cd556fc88fe169c80e7a51f57a7d 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}/BLSURFPLUGIN DESTINATION ${SALOME_INSTALL_DOC}/gui/)
-INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/BLSURFPLUGIN) 
\ No newline at end of file
+INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/BLSURFPLUGIN)
+INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/BLSURFPLUGIN/blsurfpluginpy_doc)  
+
+SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES BLSURFPLUGIN)
\ No newline at end of file