aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-01-09 06:33:19 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-01-09 06:33:19 +0800
commit3570e88711d715d5b54606ff45376744f642c116 (patch)
treea328fbc404bda2a27caff68a519e988db77007ec
parenta9ff63ab04083e7c2b461785c25bf65655f46896 (diff)
downloadgsoc2013-evolution-3570e88711d715d5b54606ff45376744f642c116.tar
gsoc2013-evolution-3570e88711d715d5b54606ff45376744f642c116.tar.gz
gsoc2013-evolution-3570e88711d715d5b54606ff45376744f642c116.tar.bz2
gsoc2013-evolution-3570e88711d715d5b54606ff45376744f642c116.tar.lz
gsoc2013-evolution-3570e88711d715d5b54606ff45376744f642c116.tar.xz
gsoc2013-evolution-3570e88711d715d5b54606ff45376744f642c116.tar.zst
gsoc2013-evolution-3570e88711d715d5b54606ff45376744f642c116.zip
(imagesdir): Install images into
$(datadir)/evolution/images instead of $(datadir)/images/evolution. (buttonsdir): Likewise, these go into $(datadir)/evolution/images/buttons now. (conduits_DATA): Likewise, $(datadir)/evolution/images/conduits. svn path=/trunk/; revision=19290
-rw-r--r--art/ChangeLog9
-rw-r--r--art/Makefile.am6
2 files changed, 12 insertions, 3 deletions
diff --git a/art/ChangeLog b/art/ChangeLog
index 0093315a1e..e708043f2e 100644
--- a/art/ChangeLog
+++ b/art/ChangeLog
@@ -1,3 +1,12 @@
+2003-01-08 Ettore Perazzoli <ettore@ximian.com>
+
+ * Makefile.am (imagesdir): Install images into
+ $(datadir)/evolution/images instead of
+ $(datadir)/images/evolution.
+ (buttonsdir): Likewise, these go into
+ $(datadir)/evolution/images/buttons now.
+ (conduits_DATA): Likewise, $(datadir)/evolution/images/conduits.
+
2002-11-25 Ettore Perazzoli <ettore@ximian.com>
* splash.png: New work-in-progress splash from Jakub.
diff --git a/art/Makefile.am b/art/Makefile.am
index c85675dac0..f2a365fd46 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -1,4 +1,4 @@
-imagesdir = $(datadir)/images/evolution
+imagesdir = $(datadir)/evolution/images/
images_DATA = \
16_copy.png \
16_customize.png \
@@ -166,7 +166,7 @@ images_DATA = \
working-16.png \
world_map-960.png
-buttonsdir = $(datadir)/images/evolution/buttons
+buttonsdir = $(datadir)/evolution/images/buttons
buttons_DATA = \
arrow-right-24.png \
arrow-left-24.png \
@@ -213,7 +213,7 @@ glade_DATA = \
thankyou.png \
timezone-48.png
-conduitsdir = $(datadir)/images/evolution/conduits
+conduitsdir = $(datadir)/evolution/images/conduits
conduits_DATA = \
evo-16-address-conduit.png \
evo-16-todo-conduit.png \