2001-02-13 Kjartan Maraas <kmaraas@gnome.org> * Makefile.am: xml-i18n-tools setup for .oaf.in files. * GNOME_Evolution_Summary.oaf.in: Mark strings for translation. * test-service/Makefile.am: xml-i18n-tools setup for .oaf.in files. * test-service/*.oaf.in: Mark strings for translation. svn path=/trunk/; revision=8191
13 lines
306 B
Makefile
13 lines
306 B
Makefile
SUBDIRS = idl evolution-services component test-service
|
|
|
|
oafdir = $(datadir)/oaf
|
|
oaf_in_files = GNOME_Evolution_Summary.oaf.in
|
|
oaf_DATA = $(oaf_in_files:.oaf.in=.oaf)
|
|
|
|
@XML_I18N_MERGE_OAF_RULE@
|
|
|
|
htmldir = $(datadir)/evolution
|
|
html_DATA = summary.html
|
|
|
|
EXTRA_DIST = $(oaf_in_files) $(oaf_DATA) $(html_DATA)
|