From 9e871d2903236ea06712cbd00cc1b3fdc4d585f6 Mon Sep 17 00:00:00 2001 From: ana Date: Wed, 8 Feb 2012 06:51:18 +0000 Subject: [PATCH] doc compilation --- salome_adm/cmake_files/Makefile.am | 2 +- .../cmake_files/prepare_generating_doc.py | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/salome_adm/cmake_files/Makefile.am b/salome_adm/cmake_files/Makefile.am index 32797552f..7b1a82d5c 100644 --- a/salome_adm/cmake_files/Makefile.am +++ b/salome_adm/cmake_files/Makefile.am @@ -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 diff --git a/salome_adm/cmake_files/prepare_generating_doc.py b/salome_adm/cmake_files/prepare_generating_doc.py index 5992979f3..48400c628 100755 --- a/salome_adm/cmake_files/prepare_generating_doc.py +++ b/salome_adm/cmake_files/prepare_generating_doc.py @@ -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') -- 2.39.2