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
This commit is contained in:
committed by
Kjartan Maraas
parent
74194fa6a3
commit
0898833fb2
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user