]> SALOME platform Git repositories - modules/geom.git/blobdiff - doc/salome/gui/GEOM/Makefile.am
Salome HOME
RNV: porting documentation on the doxygen 1.7.3
[modules/geom.git] / doc / salome / gui / GEOM / Makefile.am
index f6ece9d6cb44614c6fcca35aebf9cdb2595fdfe6..966cc8d12c91f2cd6d7945b27c930a8d570fa364 100755 (executable)
@@ -61,8 +61,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 +71,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