aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/ChangeLog5
-rw-r--r--ui/Makefile.am6
2 files changed, 11 insertions, 0 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index 579e047af4..7c003d5bce 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,5 +1,10 @@
2000-10-14 Michael Meeks <michael@helixcode.com>
+ * Makefile.am: Add rule to use bonobo-ui-extract to build
+ translatable files.
+
+2000-10-14 Michael Meeks <michael@helixcode.com>
+
* evolution-addressbook-ldap.xml: drasticaly shrink to just the
new features available with ldap; don't duplicate stuff.
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 $^ > $@
+