From: eap Date: Thu, 3 Mar 2011 10:55:51 +0000 (+0000) Subject: 0021196: [CEA 456] Integration and merge modification for debian packages X-Git-Tag: V6_main_20110309~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0bd82234b1d3999c7db1caa7c3b8db801398423a;p=modules%2Fvisu.git 0021196: [CEA 456] Integration and merge modification for debian packages fix error at installation --- diff --git a/doc/salome/gui/VISU/Makefile.am b/doc/salome/gui/VISU/Makefile.am index bdaabc24..4c711665 100644 --- a/doc/salome/gui/VISU/Makefile.am +++ b/doc/salome/gui/VISU/Makefile.am @@ -52,7 +52,7 @@ clean-local: install-data-local: @if [ -e main.html ]; then \ $(INSTALL) -d $(DESTDIR)$(docdir)/gui/VISU; \ - @for filen in `find . -maxdepth 1` ; do \ + for filen in `find . -maxdepth 1` ; do \ case $${filen} in \ ./Makefile* | ./doxyfile* ) ;; \ . | .. | ./static ) ;; \