[sawfish] * Makefile.in: remove sawfish.pc upon distclean, not gitlcean
- From: Christopher Bratusek <chrisb src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [sawfish] * Makefile.in: remove sawfish.pc upon distclean, not gitlcean
- Date: Fri, 15 Jan 2010 19:55:31 +0000 (UTC)
commit 7a3e2fe8aa3d152ce7ec81962fc8e6d444f59b76
Author: Christopher Roy Bratusek <chris nanolx org>
Date: Fri Jan 15 20:55:05 2010 +0100
* Makefile.in: remove sawfish.pc upon distclean, not gitlcean
ChangeLog | 2 ++
Makefile.in | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 178a416..0322916 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
which supports both matching against WM_NAME
and WM_CLASS
+ * Makefile.in: remove sawfish.pc upon distclean, not gitlcean
+
2010-01-12 Teika Kazura <teika lavabit com>
* lisp/sawfish/wm/state/maximize.jl
* man/news.texi
diff --git a/Makefile.in b/Makefile.in
index de0aa2f..e7f8aad 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -86,12 +86,12 @@ 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
+ rm -f *~ NEWS DOC* TAGS build.h sawfish.pc
gitclean :
rm -f aclocal.m4 configure
rm -rf autom4te.cache
- rm -f sawfish.spec sawfish*.ebuild sawfish.pc
+ rm -f sawfish.spec sawfish*.ebuild
-fakeroot debian/rules clean
rm -f debian/changelog debian/control
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]