diff options
author | nobody <nobody@localhost> | 2001-05-25 08:59:35 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-05-25 08:59:35 +0800 |
commit | 594c74e8dce1e343843ec77ebd4f3e583b0d1c89 (patch) | |
tree | c98abe761e7d9865d38968207e859d1fcdc2f9f7 /art/Makefile.am | |
parent | 15f9d079e63beb68266e64ff5bb481c61b615622 (diff) | |
download | gsoc2013-evolution-XST_0_5_0.tar.gz gsoc2013-evolution-XST_0_5_0.tar.zst gsoc2013-evolution-XST_0_5_0.zip |
This commit was manufactured by cvs2svn to create tag 'XST_0_5_0'.XST_0_5_0
svn path=/tags/XST_0_5_0/; revision=9977
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 140 |
1 files changed, 0 insertions, 140 deletions
diff --git a/art/Makefile.am b/art/Makefile.am deleted file mode 100644 index 8ae91ca7d5..0000000000 --- a/art/Makefile.am +++ /dev/null @@ -1,140 +0,0 @@ -imagesdir = $(datadir)/images/evolution -images_DATA = \ - configure_16_addressbook.xpm \ - configure_16_calendar.xpm \ - configure_16_folder.xpm \ - configure_16_mail.xpm \ - copy_16_message.xpm \ - edit.xpm \ - encrypt.xpm \ - folder.xpm \ - forward.xpm \ - import.png \ - import.xpm \ - move_message.xpm \ - offline.png \ - online.png \ - print.xpm \ - print-preview.xpm \ - reply.xpm \ - reply_to_all.xpm \ - save.xpm \ - all_contacts.xpm \ - find_contact.xpm \ - find_message.xpm \ - briefcase.png \ - butterfly.png \ - cellphone.png \ - delete_message.xpm \ - compose-message.png \ - envelope.png \ - evolution-calendar-mini.png \ - evolution-calendar.png \ - evolution-contacts-mini.png \ - evolution-contacts-plain.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-mini.png \ - evolution-today.png \ - evolution-trash-mini.png \ - evolution-trash.png \ - executive-summary-bg.png \ - executive-summary-curve.png \ - globe.png \ - hide_deleted_messages.xpm \ - hide_read_messages.xpm \ - hide_selected_messages.xpm \ - house.png \ - malehead.png \ - mail-config-druid.png \ - mail-config-druid-identity.png \ - mail-config-druid-receive.png \ - mail-config-druid-send.png \ - mail-config-druid-account-name.png \ - new_appointment.xpm \ - new_contact.xpm \ - new-message.xpm \ - send-receive.xpm \ - service-close.png \ - service-configure.png \ - service-down.png \ - service-down-disabled.png \ - service-left.png \ - service-left-disabled.png \ - service-right.png \ - service-right-disabled.png \ - service-up.png \ - service-up-disabled.png \ - show_all_messages.xpm \ - splash.png \ - thankyou.png \ - undelete_message.xpm \ - work_offline.xpm - -buttonsdir = $(datadir)/images/evolution/buttons -buttons_DATA = \ - add-service.png \ - compose-message.png \ - copy-message.png \ - dayview.xpm \ - fetch-mail.png \ - forward.png \ - monthview.xpm \ - move-message.png \ - new_appointment.png \ - reply.png \ - reply-to-all.png \ - send-24-receive.png \ - weekview.xpm \ - workweekview.xpm \ - yearview.xpm - -conduitsdir = $(datadir)/images/evolution/conduits -conduits_DATA = \ - evo-16-address-conduit.png \ - evo-16-todo-conduit.png \ - evo-16-calendar-conduit.png \ - evo-48-calendar-conduit.png \ - evo-48-address-conduit.png \ - evo-48-todo-conduit.png - -appicondir = $(datadir)/pixmaps -appicon_DATA = evolution.png - -EXTRA_DIST = \ - 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) - |