[gnome-utils] [gsearchtool] Bug 599317



commit d08158446520dba37b337034933d52f477f04c10
Author: Dennis Cranston <dennis_cranston yahoo com>
Date:   Fri Oct 23 11:35:59 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 271b81b..2785ea2 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-support.c:  Fix a compiler warning.
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]