Salome HOME
0021196: [CEA 456] Integration and merge modification for debian packages
authoreap <eap@opencascade.com>
Thu, 3 Mar 2011 10:55:51 +0000 (10:55 +0000)
committereap <eap@opencascade.com>
Thu, 3 Mar 2011 10:55:51 +0000 (10:55 +0000)
fix error at installation

doc/salome/gui/VISU/Makefile.am

index bdaabc245ce4c853ed15f94cb503f6e088176f2d..4c711665991ab61187b69814b5f7fa00bcad2a48 100644 (file)
@@ -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 ) ;;                                                              \