diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-09 06:33:19 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2003-01-09 06:33:19 +0800 |
commit | 3570e88711d715d5b54606ff45376744f642c116 (patch) | |
tree | a328fbc404bda2a27caff68a519e988db77007ec /art | |
parent | a9ff63ab04083e7c2b461785c25bf65655f46896 (diff) | |
download | gsoc2013-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
Diffstat (limited to 'art')
-rw-r--r-- | art/ChangeLog | 9 | ||||
-rw-r--r-- | art/Makefile.am | 6 |
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 \ |