From 4b69699f56ca1070f7c5782a8b8c485b24eae39a Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Sat, 14 Oct 2000 18:59:25 +0000 Subject: Add rule to use bonobo-ui-extract to build translatable files. 2000-10-14 Michael Meeks * Makefile.am: Add rule to use bonobo-ui-extract to build translatable files. svn path=/trunk/; revision=5921 --- ui/ChangeLog | 5 +++++ ui/Makefile.am | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/ui/ChangeLog b/ui/ChangeLog index 579e047af4..7c003d5bce 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2000-10-14 Michael Meeks + + * Makefile.am: Add rule to use bonobo-ui-extract to build + translatable files. + 2000-10-14 Michael Meeks * evolution-addressbook-ldap.xml: drasticaly shrink to just the diff --git a/ui/Makefile.am b/ui/Makefile.am index 6746249f6f..aec14eb600 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -12,3 +12,9 @@ uidir = $(datadir)/gnome/ui ui_DATA = $(XML_FILES) EXTRA_DIST = $(XML_FILES) + +BUILT_SOURCES=$(XML_FILES:.xml=.h) + +%.h : %.xml + bonobo-ui-extract $^ > $@ + -- cgit v1.2.3