[sawfish: 19/42] don't remove NEWS upon clean or distclean



commit cbbfef28fdde6532853eb335237c9d18d79464c0
Author: Christopher Roy Bratusek <nano tuxfamily org>
Date:   Tue Apr 12 20:07:32 2011 +0200

    don't remove NEWS upon clean or distclean

 Makefile.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.in b/Makefile.in
index 9500b7c..4088847 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -92,14 +92,14 @@ clean :
 	-for dir in $(SUBDIRS); do \
 	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
 	done
-	rm -f *~ NEWS DOC* TAGS build.h
+	rm -f *~ DOC* TAGS build.h
 
 distclean :
 	-for dir in $(SUBDIRS); do \
 	  [ -d $$dir ] && ( cd $$dir && $(MAKE) $@ ) || exit 1; \
 	done
 	rm -f config.cache config.h config.log config.status Makedefs Makefile
-	rm -f *~ NEWS DOC* TAGS build.h sawfish.pc
+	rm -f *~ DOC* TAGS build.h sawfish.pc
 
 gitclean : distclean
 	rm -f aclocal.m4 configure



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]