2000-10-14 Michael Meeks <michael@helixcode.com> * Makefile.am: Add rule to use bonobo-ui-extract to build translatable files. svn path=/trunk/; revision=5921
21 lines
398 B
Makefile
21 lines
398 B
Makefile
XML_FILES = \
|
|
evolution.xml \
|
|
evolution-addressbook.xml \
|
|
evolution-addressbook-ldap.xml \
|
|
evolution-contact-editor.xml \
|
|
evolution-mail.xml \
|
|
evolution-calendar.xml \
|
|
evolution-subscribe.xml \
|
|
evolution-executive-summary.xml
|
|
|
|
uidir = $(datadir)/gnome/ui
|
|
ui_DATA = $(XML_FILES)
|
|
|
|
EXTRA_DIST = $(XML_FILES)
|
|
|
|
BUILT_SOURCES=$(XML_FILES:.xml=.h)
|
|
|
|
%.h : %.xml
|
|
bonobo-ui-extract $^ > $@
|
|
|