[gedit] Added .valid files to maintainerclean



commit f8237c6f02373d00f634739f6cccdf6bcc275577
Author: Garrett Regier <alias301 gmail com>
Date:   Sun May 23 12:00:00 2010 -0700

    Added .valid files to maintainerclean

 data/Makefile.am                |    8 ++++++++
 gedit/gedit-print-job.c         |    2 +-
 plugins/checkupdate/Makefile.am |    2 ++
 plugins/filebrowser/Makefile.am |    2 ++
 plugins/time/Makefile.am        |    2 ++
 5 files changed, 15 insertions(+), 1 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index e104192..d931307 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -40,4 +40,12 @@ CLEANFILES =	 			\
 	$(pkgconfig_DATA)		\
 	$(gsettings_SCHEMAS)
 
+DISTCLEANFILES =	 		\
+	$(desktop_DATA)			\
+	$(service_DATA)			\
+	$(pkgconfig_DATA)		\
+	$(gsettings_SCHEMAS)
+
+MAINTAINERCLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
+
 -include $(top_srcdir)/git.mk
diff --git a/gedit/gedit-print-job.c b/gedit/gedit-print-job.c
index 4bf3aef..0ae61b8 100644
--- a/gedit/gedit-print-job.c
+++ b/gedit/gedit-print-job.c
@@ -391,7 +391,7 @@ create_custom_widget_cb (GtkPrintOperation *operation,
 
 	/* Text wrapping */
 	wrap_mode = gedit_settings_get_wrap_mode (job->priv->print_settings,
-						  GEDIT_SETTINGS_WRAP_MODE);
+						  GEDIT_SETTINGS_PRINT_WRAP_MODE);
 	
 	switch (wrap_mode)
 	{
diff --git a/plugins/checkupdate/Makefile.am b/plugins/checkupdate/Makefile.am
index 2626031..b4d1dcf 100644
--- a/plugins/checkupdate/Makefile.am
+++ b/plugins/checkupdate/Makefile.am
@@ -37,4 +37,6 @@ CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS)
 
 DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS)
 
+MAINTAINERCLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
+
 -include $(top_srcdir)/git.mk
diff --git a/plugins/filebrowser/Makefile.am b/plugins/filebrowser/Makefile.am
index 398d4df..1cce416 100644
--- a/plugins/filebrowser/Makefile.am
+++ b/plugins/filebrowser/Makefile.am
@@ -89,4 +89,6 @@ DISTCLEANFILES = \
 	$(BUILT_SOURCES)	\
 	$(gsettings_SCHEMAS)
 
+MAINTAINERCLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
+
 -include $(top_srcdir)/git.mk
diff --git a/plugins/time/Makefile.am b/plugins/time/Makefile.am
index 2be720a..2f4eb8f 100644
--- a/plugins/time/Makefile.am
+++ b/plugins/time/Makefile.am
@@ -40,4 +40,6 @@ EXTRA_DIST =					\
 CLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS)
 DISTCLEANFILES = $(plugin_DATA) $(gsettings_SCHEMAS)
 
+MAINTAINERCLEANFILES = $(gsettings_SCHEMAS:.xml=.valid)
+
 -include $(top_srcdir)/git.mk



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