diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-05-20 11:18:47 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-05-20 11:18:47 +0800 |
commit | 10ded337c7d33b99efbbda5d15704590e46c4685 (patch) | |
tree | d9930e98f30c1683ae7c654b416cd7e0b891502b /plugins | |
parent | 28d562233ce5e2151203e10322daf610097fad51 (diff) | |
download | gsoc2013-evolution-10ded337c7d33b99efbbda5d15704590e46c4685.tar.gz gsoc2013-evolution-10ded337c7d33b99efbbda5d15704590e46c4685.tar.zst gsoc2013-evolution-10ded337c7d33b99efbbda5d15704590e46c4685.zip |
Move files that have translations but are not shipped to POTFILES.skip.
2007-05-19 Matthew Barnes <mbarnes@redhat.com>
* 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
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/mail-notification/ChangeLog | 4 | ||||
-rw-r--r-- | plugins/mail-notification/Makefile.am | 9 |
2 files changed, 11 insertions, 2 deletions
diff --git a/plugins/mail-notification/ChangeLog b/plugins/mail-notification/ChangeLog index 0e50fff1a3..30cdf8abe8 100644 --- a/plugins/mail-notification/ChangeLog +++ b/plugins/mail-notification/ChangeLog @@ -1,3 +1,7 @@ +2007-05-19 Matthew Barnes <mbarnes@redhat.com> + + * Makefile.am: Fix a couple distcheck errors. + 2007-05-18 Srinivasa Ragavan <sragavan@novell.com> ** Fix for bug #439316 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) |