Do it in the dead dir too. Look mum, no ChangeLog...
svn path=/trunk/; revision=8192
This commit is contained 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>
|
||||
|
||||
|
||||
@ -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)
|
||||
EXTRA_DIST= $(oaf_in_files) $(oaf_DATA)
|
||||
|
||||
Reference in New Issue
Block a user