[gnome-utils/gnome-2-28] [gsearchtool] Bug 599317
- From: Dennis Cranston <dcransto src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-utils/gnome-2-28] [gsearchtool] Bug 599317
- Date: Sat, 24 Oct 2009 03:02:41 +0000 (UTC)
commit fc518ba5f0220e75875a23706fd6f1d124c0d4ff
Author: Dennis Cranston <dennis_cranston yahoo com>
Date: Fri Oct 23 13:01:57 2009 -0700
[gsearchtool] Bug 599317
Remove generated schema file from the tarball.
gsearchtool/ChangeLog | 6 ++++++
gsearchtool/Makefile.am | 3 +--
2 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/gsearchtool/ChangeLog b/gsearchtool/ChangeLog
index 7397146..0b44858 100644
--- a/gsearchtool/ChangeLog
+++ b/gsearchtool/ChangeLog
@@ -1,3 +1,9 @@
+2009-10-23 Dennis Cranston <dennis_cranston yahoo com>
+
+ * Makefile.am: Ensure a generated schema file is not included
+ in the tarball. Based on patch submitted by Frederic Crozat.
+ Bug 599317.
+
2009-10-21 Dennis Cranston <dennis_cranston yahoo com>
* gsearchtool.c, gsearchtool-callbacks.[ch]: Backport the
diff --git a/gsearchtool/Makefile.am b/gsearchtool/Makefile.am
index 9181f63..8fc2f2c 100644
--- a/gsearchtool/Makefile.am
+++ b/gsearchtool/Makefile.am
@@ -49,7 +49,6 @@ EXTRA_DIST = \
$(Utilities_in_files) \
$(Utilities_DATA) \
$(schema_in_file) \
- $(schema_DATA) \
$(man_MANS)
if GCONF_SCHEMAS_INSTALL
@@ -63,7 +62,7 @@ endif
CLEANFILES = \
gnome-search-tool.desktop \
- gnome-search-tool.schemas
+ $(schema_DATA)
disthook:
cd $(distdir) ; rm -f $(CLEANFILES)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]