[sawfish] Makefile.in improvements



commit d2060762d545eecd4af1518987f592aeea00ba74
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sun Jan 3 11:35:20 2010 +0100

    Makefile.in improvements

 ChangeLog   |   10 ++++++++--
 Makefile.in |   11 +++++++++--
 2 files changed, 17 insertions(+), 4 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 6ee49f3..35c21a9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,17 @@
+2010-01-03  Christopher Bratusek <zanghar freenet de>
+	* Makefile.in: + add gitclean target
+	               + instead of removing generated packging-script files upon
+		        `distclean', remove them on `gitclean'
+		       + call fakeroot debian/rules clean
+
 2010-01-02  Christopher Bratusek <zanghar freenet de>
 	* po/Makefile.in: don't remove sawfish.pot upon distclean
 
 	* sawfish.pc.in: export the imageloader sawfish is configured
 	                 to make use of [required for sawfish-pager 0.7.2]
 
-	* man/news.texi: revised and updated	
-	
+	* man/news.texi: revised and updated
+
 	* sawfish.pc.in
 	* sawfish.spec.in
 	* debian/sawfish.install
diff --git a/Makefile.in b/Makefile.in
index 5877ea3..c0cc857 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -92,8 +92,15 @@ distclean :
 	  [ -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.spec sawfish*.ebuild sawfish.pc
-	rm -rf aclocal.m4 autom4te.cache
+	rm -f *~ NEWS DOC* TAGS build.h
+
+gitclean:
+	rm -f aclocal.m4 configure
+	rm -rf autom4te.cache
+	rm -f sawfish.spec sawfish*.ebuild sawfish.pc
+	-fakeroot debian/rules clean
+	rm -f debian/changelog debian/control
+
 
 TAGS :
 	etags --language=c `find $(srcdir) -name '*.[ch]' -print` \



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