From: eap Date: Wed, 2 Mar 2011 08:40:58 +0000 (+0000) Subject: not to remove CVS directory by cleaning if building in GEOM_SRC X-Git-Tag: Start_BR_19998_21191~47 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=52795b31b95a8caa78e23af5e5a0ae9db7761fa5;p=modules%2Fgeom.git not to remove CVS directory by cleaning if building in GEOM_SRC --- diff --git a/doc/salome/gui/GEOM/Makefile.am b/doc/salome/gui/GEOM/Makefile.am index 77013f6c6..cab2ff210 100755 --- a/doc/salome/gui/GEOM/Makefile.am +++ b/doc/salome/gui/GEOM/Makefile.am @@ -56,7 +56,7 @@ clean-local: @for filen in `find . -maxdepth 1` ; do \ case $${filen} in \ ./Makefile* | ./doxyfile* | ./images | ./input | ./static ) ;; \ - . | .. ) ;; \ + . | .. | CVS ) ;; \ *) echo "Removing $${filen}" ; rm -rf $${filen} ;; \ esac ; \ done ;