aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/itip-formatter
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2005-01-06 01:32:53 +0800
committerRodney Dawes <dobey@src.gnome.org>2005-01-06 01:32:53 +0800
commit3de23fd24b4967a62d1f37bfddc3a1b9d43b1012 (patch)
tree34c040df1d8441dfd5c2ae129024b74cc848a218 /plugins/itip-formatter
parent63e221649762ea7bf8d43e8498606932b1d356d0 (diff)
downloadgsoc2013-evolution-3de23fd24b4967a62d1f37bfddc3a1b9d43b1012.tar
gsoc2013-evolution-3de23fd24b4967a62d1f37bfddc3a1b9d43b1012.tar.gz
gsoc2013-evolution-3de23fd24b4967a62d1f37bfddc3a1b9d43b1012.tar.bz2
gsoc2013-evolution-3de23fd24b4967a62d1f37bfddc3a1b9d43b1012.tar.lz
gsoc2013-evolution-3de23fd24b4967a62d1f37bfddc3a1b9d43b1012.tar.xz
gsoc2013-evolution-3de23fd24b4967a62d1f37bfddc3a1b9d43b1012.tar.zst
gsoc2013-evolution-3de23fd24b4967a62d1f37bfddc3a1b9d43b1012.zip
Dist the errors data properly, and add the .eplug output file to
2005-01-05 Rodney Dawes <dobey@novell.com> * Makefile.am: Dist the errors data properly, and add the .eplug output file to BUILT_SOURCES svn path=/trunk/; revision=28247
Diffstat (limited to 'plugins/itip-formatter')
-rw-r--r--plugins/itip-formatter/ChangeLog5
-rw-r--r--plugins/itip-formatter/Makefile.am5
2 files changed, 8 insertions, 2 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog
index bacdbdc932..89e8c98d8e 100644
--- a/plugins/itip-formatter/ChangeLog
+++ b/plugins/itip-formatter/ChangeLog
@@ -1,3 +1,8 @@
+2005-01-05 Rodney Dawes <dobey@novell.com>
+
+ * Makefile.am: Dist the errors data properly, and add the .eplug
+ output file to BUILT_SOURCES
+
2005-01-03 Rodney Dawes <dobey@novell.com>
* itip-formatter.c (format_itip_object): Don't do set_usize ()
diff --git a/plugins/itip-formatter/Makefile.am b/plugins/itip-formatter/Makefile.am
index 6805a7c9f6..def2a59f4a 100644
--- a/plugins/itip-formatter/Makefile.am
+++ b/plugins/itip-formatter/Makefile.am
@@ -17,6 +17,7 @@ errordir = $(privdatadir)/errors
%.xml.h: %.xml
$(top_builddir)/e-util/e-error-tool $^
-BUILT_SOURCES = $(error_i18n)
+BUILT_SOURCES = $(plugin_DATA) $(error_i18n)
+
+EXTRA_DIST = $(error_DATA) $(error_i18n) org-gnome-itip-formatter.eplug.in
-EXTRA_DIST = org-gnome-itip-formatter.eplug.in \ No newline at end of file