Files
evolution/ui/Makefile.am
Michael Meeks 4b69699f56 Add rule to use bonobo-ui-extract to build translatable files.
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
2000-10-14 18:59:25 +00:00

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 $^ > $@