diff options
author | Gediminas Paulauskas <menesis@delfi.lt> | 2001-03-15 11:46:54 +0800 |
---|---|---|
committer | Gediminas Paulauskas <menesis@src.gnome.org> | 2001-03-15 11:46:54 +0800 |
commit | 8391885d18e36b4f6608abd0c2c23bb9d1130828 (patch) | |
tree | 9a4bd1c0a63f33ff2176b29ae98b8ebd70b800e7 /art/Makefile.am | |
parent | 99a7cb5c61edb0f1703aa607e79c15ac254c5f86 (diff) | |
download | gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar.gz gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.tar.zst gsoc2013-evolution-8391885d18e36b4f6608abd0c2c23bb9d1130828.zip |
Removed .oafinfo files -- they are obsolete. Moved pixmaps from
2001-03-15 Gediminas Paulauskas <menesis@delfi.lt>
Removed .oafinfo files -- they are obsolete.
Moved pixmaps from calendar/gui/ to art/
Moved evolution.png to art/
Moved evolution.desktop.in to data/
Generate doc/devel/executive-summary/Makefile
svn path=/trunk/; revision=8727
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 64 |
1 files changed, 35 insertions, 29 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index c0ef0a2ab3..fddb9fbbc6 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,5 +1,4 @@ imagesdir = $(datadir)/images/evolution - images_DATA = \ 16_configure_addressbook.xpm \ 16_configure_addressbook.xpm \ @@ -61,8 +60,8 @@ buttons_DATA = \ monthview.xpm \ move-message.png \ new_appointment.png \ - reply-to-all.png \ reply.png \ + reply-to-all.png \ weekview.xpm \ workweekview.xpm \ yearview.xpm @@ -76,31 +75,38 @@ conduits_DATA = \ 48_evo-address-conduit.png \ 48_evo-todo-conduit.png +appicondir = $(datadir)/pixmaps +appicon_DATA = evolution.png + EXTRA_DIST = \ - add-service.png \ - attachment.xpm \ - compose-message.png \ - copy-message.png \ - empty.xpm \ - fetch-mail.png \ - forward.png \ - mail-new.xpm \ - mail-read.xpm \ - mail-replied.xpm \ - mark.xpm \ - meeting.xpm \ - move-message.png \ - priority-high.xpm \ - priority-low.xpm \ - reply.png \ - reply-to-all.png \ - tree-expanded.xpm \ - tree-unexpanded.xpm \ - score-lowest.xpm \ - score-lower.xpm \ - score-low.xpm \ - score-normal.xpm \ - score-high.xpm \ - score-higher.xpm \ - score-highest.xpm \ - $(images_DATA) + attachment.xpm \ + bell.xpm \ + check-filled.xpm \ + empty.xpm \ + jump.xpm \ + mail-new.xpm \ + mail-read.xpm \ + mail-replied.xpm \ + mark.xpm \ + meeting.xpm \ + priority-high.xpm \ + priority-low.xpm \ + recur.xpm \ + score-higher.xpm \ + score-highest.xpm \ + score-high.xpm \ + score-lower.xpm \ + score-lowest.xpm \ + score-low.xpm \ + score-normal.xpm \ + task-assigned-to.xpm \ + task-assigned.xpm \ + task-recurring.xpm \ + task.xpm \ + tree-expanded.xpm \ + tree-unexpanded.xpm \ + $(images_DATA) \ + $(buttons_DATA) \ + $(conduits_DATA) \ + $(appicon_DATA) + |