Salome HOME
Successful first launch of scheme on cluster.
[modules/yacs.git] / doc / CMakeLists.txt
index 99f781e13ca41ee5ad9c4a97eca82718681e2ec1..0c3f049f661af532f5ff1635bcd962083ff6dee4 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright (C) 2012-2013  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2012-2016  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
@@ -48,6 +46,7 @@ SET(RSTFILES
   main_menu.rst
   modification.rst
   operations.rst
+  pmml.rst
   principes.rst
   progdsc.rst
   pysalome.rst
@@ -103,5 +102,7 @@ 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
-        )  
+        PATTERN "*.md5" EXCLUDE
+        PATTERN "*.map" EXCLUDE
+        )
 SET_DIRECTORY_PROPERTIES(PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES YACS)