From 588ec021a0a0884b32ace6d7c5514739a87edf8e Mon Sep 17 00:00:00 2001 From: rnv Date: Mon, 18 Apr 2011 07:39:11 +0000 Subject: [PATCH] Fix for the "21237: EDF SMESH: The python interface documentation is no more available" issue --- doc/salome/gui/SMESH/Makefile.am | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/salome/gui/SMESH/Makefile.am b/doc/salome/gui/SMESH/Makefile.am index 2c5faa10e..46e6c4495 100755 --- a/doc/salome/gui/SMESH/Makefile.am +++ b/doc/salome/gui/SMESH/Makefile.am @@ -66,9 +66,8 @@ install-data-local: usr_docs . | .. | ./static ) ;; \ *) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/SMESH ;; \ esac ; \ - cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/SMESH/smeshpy_doc ; \ - done ; - + done ; \ + cp -rp $(srcdir)/images/head.png $(DESTDIR)$(docdir)/gui/SMESH/smeshpy_doc ; uninstall-local: rm -rf $(DESTDIR)$(docdir)/gui/SMESH -- 2.39.2