From 221e71a99a85eaaa7e0feaa2532255dbd7c5cb29 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 22 Jan 2003 20:01:33 +0000 Subject: (uidir): Removed (this is now defined in configure.in). svn path=/trunk/; revision=19549 --- ui/ChangeLog | 5 +++++ ui/Makefile.am | 33 ++++++++++++++++----------------- 2 files changed, 21 insertions(+), 17 deletions(-) (limited to 'ui') diff --git a/ui/ChangeLog b/ui/ChangeLog index efba2fc646..14a876cc63 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,8 @@ +2003-01-22 Ettore Perazzoli + + * Makefile.am (uidir): Removed (this is now defined in + configure.in). + 2002-11-20 Ettore Perazzoli * evolution-message-composer.xml: Change hlook value for "Toolbar" diff --git a/ui/Makefile.am b/ui/Makefile.am index 7fcdeb2211..831e06ea87 100644 --- a/ui/Makefile.am +++ b/ui/Makefile.am @@ -1,24 +1,23 @@ -XML_FILES = \ - evolution.xml \ - evolution-addressbook.xml \ - evolution-calendar.xml \ - evolution-contact-editor.xml \ +XML_FILES = \ + evolution.xml \ + evolution-addressbook.xml \ + evolution-calendar.xml \ + evolution-contact-editor.xml \ evolution-contact-list-editor.xml \ - evolution-comp-editor.xml \ - evolution-event-editor.xml \ - evolution-executive-summary.xml \ - evolution-mail-message.xml \ - evolution-mail-list.xml \ - evolution-mail-global.xml \ + evolution-comp-editor.xml \ + evolution-event-editor.xml \ + evolution-executive-summary.xml \ + evolution-mail-message.xml \ + evolution-mail-list.xml \ + evolution-mail-global.xml \ evolution-mail-messagedisplay.xml \ - evolution-message-composer.xml \ + evolution-message-composer.xml \ evolution-signature-editor.xml \ - evolution-subscribe.xml \ - evolution-task-editor.xml \ - evolution-tasks.xml \ + evolution-subscribe.xml \ + evolution-task-editor.xml \ + evolution-tasks.xml \ my-evolution.xml -uidir = $(datadir)/gnome-2.0/ui -ui_DATA = $(XML_FILES) +evolutionui_DATA = $(XML_FILES) EXTRA_DIST = $(XML_FILES) -- cgit