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

index f70a53b4f23fb34f4a4c7aa3d1d42bdbd37ada90..4326c26a5e875f3028cb6cce442118eae07ebb03 100755 (executable)
@@ -74,4 +74,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}/HexoticPLUGIN DESTINATION ${SALOME_INSTALL_DOC}/gui)
-INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/HexoticPLUGIN)
\ No newline at end of file
+INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/HexoticPLUGIN)
+INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/gui/HexoticPLUGIN/hexoticpluginpy_doc)
+
+SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES HexoticPLUGIN)
\ No newline at end of file