Salome HOME
bos #26458 Versioning of sources via git commit id (sha1)
[modules/yacs.git] / doc / CMakeLists.txt
index 765d23d73fe976a0974d63081c023d283f3f5cc6..62572f06ea9177a4f81cae2f5ffe460beef860e1 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2021  CEA/DEN, EDF R&D
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation; either
-# version 2.1 of the License.
+# version 2.1 of the License, or (at your option) any later version.
 #
 # This library is distributed in the hope that it will be useful,
 # but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,8 +17,6 @@
 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
-INCLUDE(${KERNEL_ROOT_DIR}/salome_adm/cmake_files/SalomeMacros.cmake)
-
 SET(RSTFILES
   accesCorba.rst
   accesLocal.rst
@@ -98,11 +96,12 @@ SALOME_CONFIGURE_FILE(sources/header.html.in sources/header.html)
 
 ADD_CUSTOM_TARGET(dev_docs ${DOXYGEN_EXECUTABLE})
 
-INSTALL(CODE "FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/YACS/htmldev)")
-INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/YACS/htmldev/ DESTINATION ${SALOME_INSTALL_DOC}/tui/YACS)
-INSTALL(FILES images/head.png DESTINATION ${SALOME_INSTALL_DOC}/tui/YACS) 
-INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/src/yacsloader/samples 
-        DESTINATION ${SALOME_INSTALL_DOC}/tui/YACS
-        PATTERN "CVS" EXCLUDE
-        )  
+#INSTALL(CODE "FILE(MAKE_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/YACS/htmldev)")
+INSTALL(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/YACS/htmldev/ OPTIONAL DESTINATION ${SALOME_INSTALL_DOC}/tui/YACS)
+#INSTALL(DIRECTORY ${CMAKE_SOURCE_DIR}/src/yacsloader/samples
+#        DESTINATION ${SALOME_INSTALL_DOC}/tui/YACS
+#        PATTERN "CVS" EXCLUDE
+#        PATTERN "*.md5" EXCLUDE
+#        PATTERN "*.map" EXCLUDE
+#        )
 SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES YACS)