From: eap Date: Wed, 2 Mar 2011 08:45:15 +0000 (+0000) Subject: correction of "not to remove CVS directory by cleaning if building in GEOM_SRC" X-Git-Tag: Start_BR_19998_21191~46 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=0f74641d7bf063c4679e24a4593af79554cbbd4e;p=modules%2Fgeom.git correction of "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 cab2ff210..a60d4680a 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 ) ;; \ + . | .. | ./CVS ) ;; \ *) echo "Removing $${filen}" ; rm -rf $${filen} ;; \ esac ; \ done ;