aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2002-11-04 23:34:40 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2002-11-04 23:34:40 +0800
commit6a156ab0e55be8925e4d3dec4eb12c359882be25 (patch)
tree810923d70f8dab3a36f915a382e29624a752345b
parent0dbf7761a96c523d9437fb4399ece7c9679ce752 (diff)
downloadgsoc2013-evolution-6a156ab0e55be8925e4d3dec4eb12c359882be25.tar
gsoc2013-evolution-6a156ab0e55be8925e4d3dec4eb12c359882be25.tar.gz
gsoc2013-evolution-6a156ab0e55be8925e4d3dec4eb12c359882be25.tar.bz2
gsoc2013-evolution-6a156ab0e55be8925e4d3dec4eb12c359882be25.tar.lz
gsoc2013-evolution-6a156ab0e55be8925e4d3dec4eb12c359882be25.tar.xz
gsoc2013-evolution-6a156ab0e55be8925e4d3dec4eb12c359882be25.tar.zst
gsoc2013-evolution-6a156ab0e55be8925e4d3dec4eb12c359882be25.zip
(uidir): Install in $(datadir)/gnome-2.0/ui.
svn path=/trunk/; revision=18528
-rw-r--r--ui/ChangeLog4
-rw-r--r--ui/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog
index d1447ec791..2f36c244df 100644
--- a/ui/ChangeLog
+++ b/ui/ChangeLog
@@ -1,3 +1,7 @@
+2002-11-04 Ettore Perazzoli <ettore@ximian.com>
+
+ * Makefile.am (uidir): Install in $(datadir)/gnome-2.0/ui.
+
2002-10-28 Ettore Perazzoli <ettore@ximian.com>
* evolution.xml: Set the pixtype for command "Settings" to
diff --git a/ui/Makefile.am b/ui/Makefile.am
index 007170e330..7fcdeb2211 100644
--- a/ui/Makefile.am
+++ b/ui/Makefile.am
@@ -18,7 +18,7 @@ XML_FILES = \
evolution-tasks.xml \
my-evolution.xml
-uidir = $(datadir)/gnome/ui
+uidir = $(datadir)/gnome-2.0/ui
ui_DATA = $(XML_FILES)
EXTRA_DIST = $(XML_FILES)