aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2001-02-13 07:44:15 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-02-13 07:44:15 +0800
commit0898833fb217f7c94db9bddd9d9e55812deadf76 (patch)
tree3a269e0442a67ba890b0528c0d4ff2e8b0ca40d8
parent74194fa6a3c50edc4f1c691b5a446db2b8b41457 (diff)
downloadgsoc2013-evolution-0898833fb217f7c94db9bddd9d9e55812deadf76.tar
gsoc2013-evolution-0898833fb217f7c94db9bddd9d9e55812deadf76.tar.gz
gsoc2013-evolution-0898833fb217f7c94db9bddd9d9e55812deadf76.tar.bz2
gsoc2013-evolution-0898833fb217f7c94db9bddd9d9e55812deadf76.tar.lz
gsoc2013-evolution-0898833fb217f7c94db9bddd9d9e55812deadf76.tar.xz
gsoc2013-evolution-0898833fb217f7c94db9bddd9d9e55812deadf76.tar.zst
gsoc2013-evolution-0898833fb217f7c94db9bddd9d9e55812deadf76.zip
xml-i18n-tools setup. Mark strings for translation.
2001-02-12 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: xml-i18n-tools setup. * GNOME_Evolution_Shell.oaf.in: Mark strings for translation. svn path=/trunk/; revision=8188
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/Makefile.am7
2 files changed, 10 insertions, 2 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index aa60be8290..b34d376658 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,3 +1,8 @@
+2001-02-12 Kjartan Maraas <kmaraas@gnome.org>
+
+ * Makefile.am: xml-i18n-tools setup.
+ * GNOME_Evolution_Shell.oaf.in: Mark strings for translation.
+
2001-02-10 Ettore Perazzoli <ettore@ximian.com>
* e-shell-view-menu.c: Moved the author list to the top of the
diff --git a/shell/Makefile.am b/shell/Makefile.am
index a170dea002..699e137496 100644
--- a/shell/Makefile.am
+++ b/shell/Makefile.am
@@ -141,9 +141,12 @@ evolution_LDADD = \
$(BONOBO_GNOME_LIBS)
oafdir = $(datadir)/oaf
-oaf_DATA = GNOME_Evolution_Shell.oafinfo
+oaf_in_files = GNOME_Evolution_Shell.oaf.in
+oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
-EXTRA_DIST = $(IDLS) $(oaf_DATA)
+@XML_I18N_MERGE_OAF_RULE@
+
+EXTRA_DIST = $(IDLS) $(oaf_in_files) $(oaf_DATA)
# Purify support