diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2001-02-13 07:57:52 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2001-02-13 07:57:52 +0800 |
commit | 9369aeead8e0b9da517870002531f9f636b22b58 (patch) | |
tree | 9836efff8c8f662f1c9ef514586206e57fac5826 /executive-summary/Makefile.am | |
parent | 35a363f671057163f9cf828d901b4e8385c252d1 (diff) | |
download | gsoc2013-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/Makefile.am')
-rw-r--r-- | executive-summary/Makefile.am | 7 |
1 files changed, 5 insertions, 2 deletions
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) |