aboutsummaryrefslogtreecommitdiffstats
path: root/executive-summary/test-service/Makefile.am
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-02-13 07:57:52 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-02-13 07:57:52 +0800
commit9369aeead8e0b9da517870002531f9f636b22b58 (patch)
tree9836efff8c8f662f1c9ef514586206e57fac5826 /executive-summary/test-service/Makefile.am
parent35a363f671057163f9cf828d901b4e8385c252d1 (diff)
downloadgsoc2013-evolution-9369aeead8e0b9da517870002531f9f636b22b58.tar
gsoc2013-evolution-9369aeead8e0b9da517870002531f9f636b22b58.tar.gz
gsoc2013-evolution-9369aeead8e0b9da517870002531f9f636b22b58.tar.bz2
gsoc2013-evolution-9369aeead8e0b9da517870002531f9f636b22b58.tar.lz
gsoc2013-evolution-9369aeead8e0b9da517870002531f9f636b22b58.tar.xz
gsoc2013-evolution-9369aeead8e0b9da517870002531f9f636b22b58.tar.zst
gsoc2013-evolution-9369aeead8e0b9da517870002531f9f636b22b58.zip
xml-i18n-tools setup for .oaf.in files. Mark strings for translation.
2001-02-13 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: xml-i18n-tools setup for .oaf.in files. * GNOME_Evolution_Summary.oaf.in: Mark strings for translation. * test-service/Makefile.am: xml-i18n-tools setup for .oaf.in files. * test-service/*.oaf.in: Mark strings for translation. svn path=/trunk/; revision=8191
Diffstat (limited to 'executive-summary/test-service/Makefile.am')
-rw-r--r--executive-summary/test-service/Makefile.am11
1 files changed, 7 insertions, 4 deletions
diff --git a/executive-summary/test-service/Makefile.am b/executive-summary/test-service/Makefile.am
index 51f41c899b..c31e95035a 100644
--- a/executive-summary/test-service/Makefile.am
+++ b/executive-summary/test-service/Makefile.am
@@ -33,8 +33,11 @@ rdf_summary_LDADD = \
$(EXTRA_GNOME_LIBS)
oafdir = $(datadir)/oaf
-oaf_DATA = \
- GNOME_Evolution_Summary_test.oafinfo \
- GNOME_Evolution_Summary_rdf.oafinfo
+oaf_in_files = \
+ GNOME_Evolution_Summary_test.oaf.in \
+ GNOME_Evolution_Summary_rdf.oaf.in
+oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
-EXTRA_DIST = $(oaf_DATA)
+@XML_I18N_MERGE_OAF_RULE@
+
+EXTRA_DIST = $(oaf_in_files) $(oaf_DATA)