aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@src.gnome.org>2001-02-13 07:58:43 +0800
committerKjartan Maraas <kmaraas@src.gnome.org>2001-02-13 07:58:43 +0800
commit8e329fc40b813057c0b2a02e621695e685d22df5 (patch)
tree61b21010d6584e78142c81475a1364a5026dcbfa
parent9369aeead8e0b9da517870002531f9f636b22b58 (diff)
downloadgsoc2013-evolution-8e329fc40b813057c0b2a02e621695e685d22df5.tar
gsoc2013-evolution-8e329fc40b813057c0b2a02e621695e685d22df5.tar.gz
gsoc2013-evolution-8e329fc40b813057c0b2a02e621695e685d22df5.tar.bz2
gsoc2013-evolution-8e329fc40b813057c0b2a02e621695e685d22df5.tar.lz
gsoc2013-evolution-8e329fc40b813057c0b2a02e621695e685d22df5.tar.xz
gsoc2013-evolution-8e329fc40b813057c0b2a02e621695e685d22df5.tar.zst
gsoc2013-evolution-8e329fc40b813057c0b2a02e621695e685d22df5.zip
Do it in the dead dir too. Look mum, no ChangeLog...
svn path=/trunk/; revision=8192
-rw-r--r--notes/GNOME_Evolution_Notes.oaf.in8
-rw-r--r--notes/Makefile.am7
2 files changed, 9 insertions, 6 deletions
diff --git a/notes/GNOME_Evolution_Notes.oaf.in b/notes/GNOME_Evolution_Notes.oaf.in
index 8bf763e546..d65cb45412 100644
--- a/notes/GNOME_Evolution_Notes.oaf.in
+++ b/notes/GNOME_Evolution_Notes.oaf.in
@@ -9,7 +9,7 @@
</oaf_attribute>
<oaf_attribute name="description" type="string"
- value="Factory for the Notes control"/>
+ _value="Factory for the Notes control"/>
</oaf_server>
@@ -22,7 +22,7 @@
</oaf_attribute>
<oaf_attribute name="description" type="string"
- value="A sample Bonobo control which displays an addressbook."/>
+ _value="A sample Bonobo control which displays an addressbook."/>
</oaf_server>
@@ -35,7 +35,7 @@
</oaf_attribute>
<oaf_attribute name="description" type="string"
- value="Factory for the Evolution notes component."/>
+ _value="Factory for the Evolution notes component."/>
</oaf_server>
@@ -47,7 +47,7 @@
</oaf_attribute>
<oaf_attribute name="description" type="string"
- value="Evolution component for handling mail."/>
+ _value="Evolution component for handling mail."/>
</oaf_server>
diff --git a/notes/Makefile.am b/notes/Makefile.am
index a5935c2d8f..42b06c241a 100644
--- a/notes/Makefile.am
+++ b/notes/Makefile.am
@@ -23,10 +23,13 @@ notes_test_SOURCES = \
test-notes.c
oafdir = $(datadir)/oaf
-oaf_DATA = GNOME_Evolution_Notes.oafinfo
+oaf_in_files = GNOME_Evolution_Notes.oaf.in
+oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
+
+@XML_I18N_MERGE_OAF_RULE@
notes_test_LDADD = \
$(BONOBO_HTML_GNOME_LIBS) \
$(EXTRA_GNOME_LIBS)
-EXTRA_DIST= $(oaf_DATA) \ No newline at end of file
+EXTRA_DIST= $(oaf_in_files) $(oaf_DATA)