]> SALOME platform Git repositories - modules/visu.git/commitdiff
Salome HOME
Fix 'make' procedure bug: avoid 'no such file or directory' error messages
authorvsr <vsr@opencascade.com>
Mon, 29 May 2006 08:21:48 +0000 (08:21 +0000)
committervsr <vsr@opencascade.com>
Mon, 29 May 2006 08:21:48 +0000 (08:21 +0000)
doc/salome/gui/Makefile.in

index c8e9872ee92ac312e30e420daa914d5192286bcb..3f3617cc31479593c86c2bca319791a215258086 100644 (file)
@@ -16,7 +16,7 @@ VPATH=.:@srcdir@
 
 docs:
        cp -fr $(srcdir)/VISU ./
-       -find $(PWD) -name CVS -exec rm -rf {} \;
+       -find $(PWD) -name CVS -prune -exec rm -rf {} \;
 
 usr_docs: docs
 
@@ -29,7 +29,7 @@ distclean: clean
 install:
        mkdir -p $(docdir)/gui
        cp -rf VISU $(docdir)/gui
-       -find $(PWD) -name CVS -exec rm -rf {} \;
+       -find $(PWD) -name CVS -prune -exec rm -rf {} \;
 
 uninstall:
        rm -rf $(docdir)/gui/VISU