]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
doc compilation
authorana <ana@opencascade.com>
Wed, 8 Feb 2012 06:51:18 +0000 (06:51 +0000)
committerana <ana@opencascade.com>
Wed, 8 Feb 2012 06:51:18 +0000 (06:51 +0000)
salome_adm/cmake_files/Makefile.am
salome_adm/cmake_files/prepare_generating_doc.py

index 32797552f729f99dd534a3ba2116b2c8e2dff5ba..7b1a82d5c04d485f02258efde9817857c6fc0580 100644 (file)
@@ -41,4 +41,4 @@ FindSPHINX.cmake \
 install_python_from_idl.cmake \
 install_and_compile_python_file.cmake
 
-dist_salomescript_DATA = prepare_generating_doc.py
+dist_salomescript_SCRIPTS = prepare_generating_doc.py
index 5992979f3a1312a923e549c223df7093bce32826..48400c6287195972b70e3af550cbc9ee53c8e6f3 100755 (executable)
@@ -1,4 +1,22 @@
 #!/usr/bin/env python
+# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
+#
+# 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.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 import sys, re
 outfile = open(sys.argv[1], 'wb')