[rep-gtk] Makefile.in: svnclean >> gitclean ; distclean + gitclean improvements



commit f45ae3c05a16af424e372da49a9e607a6e9824a8
Author: Christopher Roy Bratusek <chris nanolx org>
Date:   Sun Jan 3 11:16:53 2010 +0100

    Makefile.in: svnclean >> gitclean ; distclean + gitclean improvements

 ChangeLog   |    4 ++++
 Makefile.in |    4 +++-
 2 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 1f21e6d..be3eae0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
 
 	* debian/changelog.in: s/+0200/+0100/
 
+	* Makefile.in: rename svnclean target to gitclean
+	               instead of removing generated packging-script files upon
+		       `distclean', remove them on `svnclean'
+
 2010-01-02  Christopher Bratusek <zanghar freenet de>
 	* rep-gtk.h
 	* build-gtk.jl: update for librep 0.90.5 header directory change
diff --git a/Makefile.in b/Makefile.in
index c442269..18302a4 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -99,9 +99,11 @@ distclean : clean
 	rm -f Makefile config.cache config.log config.status config.h
 	rm -f rep-gtk.spec rep-gtk.pc rep-gtk*.ebuild
 
-svnclean : distclean
+gitclean : distclean
 	rm -f aclocal.m4 configure
 	rm -rf autom4te.cache
+	rm -f rep-gtk.spec rep-gtk.pc rep-gtk*.ebuild
+	rm -f debian/changelog debian/control
 
 build_dirs : gtk-2
 



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