]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix 'make dist' procedure bugs V5_1_0a1 V5_1_0a2 before_merge_with_VISU2008 start_BR_V5_DEV
authorvsr <vsr@opencascade.com>
Fri, 19 Sep 2008 05:17:30 +0000 (05:17 +0000)
committervsr <vsr@opencascade.com>
Fri, 19 Sep 2008 05:17:30 +0000 (05:17 +0000)
doc/salome/gui/VISU/Makefile.am

index 910bc8fea91dfbcd74f48fc9cb4b04e7dcc0a9a4..32365da8369c9f0da9c0cb1991a9b972bbc6fae0 100644 (file)
@@ -37,7 +37,7 @@ usr_docs: doxyfile_idl doxyfile
 docs: usr_docs
 
 clean-local:
-       @for filen in `find .` ; do                             \
+       @for filen in `find . -maxdepth 1` ; do                         \
          case $${filen} in                                     \
            ./Makefile | ./doxyfile | ./doxyfile_idl ) ;;       \
            . | .. ) ;;                                         \
@@ -47,7 +47,7 @@ clean-local:
 
 install-data-local: usr_docs
        $(INSTALL) -d $(DESTDIR)$(docdir)/gui/VISU
-       @for filen in `find .` ; do                                                             \
+       @for filen in `find . -maxdepth 1` ; do                                                         \
          case $${filen} in                                                                     \
            ./Makefile | ./doxyfile | ./doxyfile_idl ) ;;                                       \
            ./doxyfile.bak | ./doxyfile_idl.bak ) ;;                                            \