diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:22:57 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-10-15 00:22:57 +0800 |
commit | 57583034748a920cc7fff02c4872e4bb3d4d3f3b (patch) | |
tree | 593c6d671e36923feab94c36987d2f487e55d696 | |
parent | 4e28ce16fdcb536830f088847fb9097a6a116660 (diff) | |
download | gsoc2013-evolution-57583034748a920cc7fff02c4872e4bb3d4d3f3b.tar gsoc2013-evolution-57583034748a920cc7fff02c4872e4bb3d4d3f3b.tar.gz gsoc2013-evolution-57583034748a920cc7fff02c4872e4bb3d4d3f3b.tar.bz2 gsoc2013-evolution-57583034748a920cc7fff02c4872e4bb3d4d3f3b.tar.lz gsoc2013-evolution-57583034748a920cc7fff02c4872e4bb3d4d3f3b.tar.xz gsoc2013-evolution-57583034748a920cc7fff02c4872e4bb3d4d3f3b.tar.zst gsoc2013-evolution-57583034748a920cc7fff02c4872e4bb3d4d3f3b.zip |
Added TigerT's splash screen to the Makefile.
svn path=/trunk/; revision=5916
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | art/Makefile.am | 19 |
2 files changed, 14 insertions, 9 deletions
@@ -1,3 +1,7 @@ +2000-10-14 Ettore Perazzoli <ettore@helixcode.com> + + * art/Makefile.am (images_DATA): Add `splash.png'. + 2000-10-14 Tuomas Kuosmanen <tigert@helixcode.com> * art/splash.png: umm.. it's a splash screen image. diff --git a/art/Makefile.am b/art/Makefile.am index e903fe8c0a..5168740740 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -1,23 +1,24 @@ imagesdir = $(datadir)/images/evolution images_DATA = \ - evolution-calendar.png \ - evolution-contacts.png \ - evolution-inbox.png \ - evolution-notes.png \ - evolution-tasks.png \ + briefcase.png \ + cellphone.png \ + envelope.png \ evolution-calendar-mini.png \ + evolution-calendar.png \ evolution-contacts-mini.png \ + evolution-contacts.png \ evolution-inbox-mini.png \ + evolution-inbox.png \ evolution-notes-mini.png \ + evolution-notes.png \ evolution-tasks-mini.png \ + evolution-tasks.png \ evolution-today.png \ - briefcase.png \ - cellphone.png \ globe.png \ house.png \ - envelope.png \ - malehead.png + malehead.png \ + splash.png buttonsdir = $(datadir)/images/evolution/buttons buttons_DATA = \ |