]> SALOME platform Git repositories - modules/geom.git/blobdiff - doc/salome/gui/GEOM/Makefile.am
Salome HOME
Modify the dialog of Extrusion to place the scale parameter under the checkbox allowi...
[modules/geom.git] / doc / salome / gui / GEOM / Makefile.am
index f6ece9d6cb44614c6fcca35aebf9cdb2595fdfe6..c8ac4cc1a875c6da3b825ea02f6d8b929e730ff9 100755 (executable)
@@ -1,20 +1,20 @@
-#  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+# 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 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.
+# 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
+# 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
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 
 #  File   : Makefile.in
@@ -33,9 +33,7 @@ usr_docs: doxyfile_tui doxyfile_py doxyfile
        echo "===========================================" ;                    \
        echo "Replacing geompyDC by geompy" ;                                   \
        echo "===========================================" ;                    \
-       sed -e "/class geompyDC/d" -e "s/^ *#/#/g" -e "s/^ *def /def /g"        \
-         -e "s/geompyDC/geompy/g" $(top_srcdir)/src/GEOM_SWIG/geompyDC.py >    \
-         ./geompy.py ;                                                         \
+       $(KERNEL_ROOT_DIR)/bin/salome/prepare_generating_doc.py geompy.py $(top_srcdir)/src/GEOM_SWIG/geompyDC.py geompy ;      \
        echo "===========================================" ;                    \
        echo "Generating examples documentation" ;                              \
        echo "===========================================" ;                    \
@@ -61,8 +59,8 @@ clean-local:
          esac ;                                                                \
        done ;
 
-install-data-local:
-       @if [ -e main.html ]; then \
+install-data-local: usr_docs
+       @if [ -e index.html ]; then \
        $(INSTALL) -d $(DESTDIR)$(docdir)/gui/GEOM ; \
        for filen in `find . -maxdepth 1` ; do                                                  \
          case $${filen} in                                                                     \
@@ -71,7 +69,9 @@ install-data-local:
            *) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/GEOM ;;   \
          esac ;                                                                                \
        done ; \
+       cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/GEOM/geompy_doc ;              \
        fi
 
+
 uninstall-local:
        rm -rf $(DESTDIR)$(docdir)/gui/GEOM