xml-i18n-tools setup. Mark strings for translation.
2001-02-12 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: xml-i18n-tools setup. * GNOME_Evolution_Wombat.oaf.in: Mark strings for translation. svn path=/trunk/; revision=8190
This commit is contained in:

committed by
Kjartan Maraas

parent
a8d97267d5
commit
35a363f671
@ -1,3 +1,8 @@
|
|||||||
|
2001-02-12 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* Makefile.am: xml-i18n-tools setup.
|
||||||
|
* GNOME_Evolution_Wombat.oaf.in: Mark strings for translation.
|
||||||
|
|
||||||
2001-02-08 JP Rosevear <jpr@ximian.com>
|
2001-02-08 JP Rosevear <jpr@ximian.com>
|
||||||
|
|
||||||
* Makefile.am: Remove useless ldflags
|
* Makefile.am: Remove useless ldflags
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
</oaf_attribute>
|
</oaf_attribute>
|
||||||
|
|
||||||
<oaf_attribute name="description" type="string"
|
<oaf_attribute name="description" type="string"
|
||||||
value="The Personal Addressbook Server"/>
|
_value="The Personal Addressbook Server"/>
|
||||||
</oaf_server>
|
</oaf_server>
|
||||||
|
|
||||||
<oaf_server iid="OAFIID:GNOME_Evolution_Wombat_CalendarFactory"
|
<oaf_server iid="OAFIID:GNOME_Evolution_Wombat_CalendarFactory"
|
||||||
@ -23,7 +23,7 @@
|
|||||||
</oaf_attribute>
|
</oaf_attribute>
|
||||||
|
|
||||||
<oaf_attribute name="description" type="string"
|
<oaf_attribute name="description" type="string"
|
||||||
value="The Personal Calendar Server; calendar factory"/>
|
_value="The Personal Calendar Server; calendar factory"/>
|
||||||
|
|
||||||
</oaf_server>
|
</oaf_server>
|
||||||
|
|
||||||
|
@ -34,9 +34,14 @@ wombat_LDADD = \
|
|||||||
$(LDAP_LIBS)
|
$(LDAP_LIBS)
|
||||||
|
|
||||||
oafdir = $(datadir)/oaf
|
oafdir = $(datadir)/oaf
|
||||||
oaf_DATA = GNOME_Evolution_Wombat.oafinfo
|
|
||||||
|
|
||||||
EXTRA_DIST = $(oaf_DATA)
|
oaf_in_files = GNOME_Evolution_Wombat.oaf.in
|
||||||
|
oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
|
||||||
|
|
||||||
|
@XML_I18N_MERGE_OAF_RULE@
|
||||||
|
|
||||||
|
|
||||||
|
EXTRA_DIST = $(oaf_DATA) $(oaf_in_files)
|
||||||
|
|
||||||
if ENABLE_PURIFY
|
if ENABLE_PURIFY
|
||||||
PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
PLINK = $(LIBTOOL) --mode=link $(PURIFY) $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
|
||||||
|
Reference in New Issue
Block a user