From 10ded337c7d33b99efbbda5d15704590e46c4685 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 20 May 2007 03:18:47 +0000 Subject: Move files that have translations but are not shipped to POTFILES.skip. 2007-05-19 Matthew Barnes * POTFILES.in: * POTFILES.skip: Move files that have translations but are not shipped to POTFILES.skip. Patch from Philip Withnall. (#436985) * plugins/mail-notification/Makefile.am: Fix a couple distcheck errors. svn path=/trunk/; revision=33559 --- plugins/mail-notification/Makefile.am | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'plugins/mail-notification/Makefile.am') diff --git a/plugins/mail-notification/Makefile.am b/plugins/mail-notification/Makefile.am index 33d0233726..92cb2d5349 100644 --- a/plugins/mail-notification/Makefile.am +++ b/plugins/mail-notification/Makefile.am @@ -34,7 +34,12 @@ install-data-local: done \ fi -EXTRA_DIST = org-gnome-mail-notification.eplug.xml - BUILT_SOURCES = $(plugin_DATA) + CLEANFILES = $(BUILT_SOURCES) + +DISTCLEANFILES = $(schema_DATA) + +EXTRA_DIST = \ + org-gnome-mail-notification.eplug.xml \ + $(schema_in_files) -- cgit