]> 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 644b5cc6203e4db5cec74b249cde6ff6f32eb90f..966cc8d12c91f2cd6d7945b27c930a8d570fa364 100755 (executable)
@@ -62,7 +62,7 @@ clean-local:
        done ;
 
 install-data-local: usr_docs
-       @if [ -e main.html ]; then \
+       @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: usr_docs
            *) 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