From 52795b31b95a8caa78e23af5e5a0ae9db7761fa5 Mon Sep 17 00:00:00 2001 From: eap Date: Wed, 2 Mar 2011 08:40:58 +0000 Subject: [PATCH] not to remove CVS directory by cleaning if building in GEOM_SRC --- doc/salome/gui/GEOM/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; -- 2.39.2