From 9369aeead8e0b9da517870002531f9f636b22b58 Mon Sep 17 00:00:00 2001 From: Kjartan Maraas Date: Mon, 12 Feb 2001 23:57:52 +0000 Subject: xml-i18n-tools setup for .oaf.in files. Mark strings for translation. 2001-02-13 Kjartan Maraas * 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 --- executive-summary/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'executive-summary/Makefile.am') diff --git a/executive-summary/Makefile.am b/executive-summary/Makefile.am index cd37422535..6d9aa83a17 100644 --- a/executive-summary/Makefile.am +++ b/executive-summary/Makefile.am @@ -1,9 +1,12 @@ SUBDIRS = idl evolution-services component test-service oafdir = $(datadir)/oaf -oaf_DATA = GNOME_Evolution_Summary.oafinfo +oaf_in_files = GNOME_Evolution_Summary.oaf.in +oaf_DATA = $(oaf_in_files:.oaf.in=.oaf) + +@XML_I18N_MERGE_OAF_RULE@ htmldir = $(datadir)/evolution html_DATA = summary.html -EXTRA_DIST = $(oaf_DATA) $(html_DATA) +EXTRA_DIST = $(oaf_in_files) $(oaf_DATA) $(html_DATA) -- cgit