diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-08-10 22:37:26 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-08-10 22:37:26 +0800 |
commit | 8a2a58927497c4e88482d509f99b689dabe33a24 (patch) | |
tree | e04a47ea76d2a1f6f1af1094ef2ab7ed067f356a /art/Makefile.am | |
parent | c5f19699cd939296abebd1abd39f70bb16c7a61e (diff) | |
download | gsoc2013-evolution-8a2a58927497c4e88482d509f99b689dabe33a24.tar.gz gsoc2013-evolution-8a2a58927497c4e88482d509f99b689dabe33a24.tar.zst gsoc2013-evolution-8a2a58927497c4e88482d509f99b689dabe33a24.zip |
removed these files, which are now in gal
2001-08-10 Rodrigo Moya <rodrigo@ximian.com>
* 16_category_*: removed these files, which are now in gal
svn path=/trunk/; revision=11879
Diffstat (limited to 'art/Makefile.am')
-rw-r--r-- | art/Makefile.am | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/art/Makefile.am b/art/Makefile.am index 1baf4791dc..0a12f77b13 100644 --- a/art/Makefile.am +++ b/art/Makefile.am @@ -149,27 +149,6 @@ conduits_DATA = \ evo-48-address-conduit.png \ evo-48-todo-conduit.png -categoriesdir = $(datadir)/images/evolution/categories -categories_DATA = \ - 16_category_birthday.png \ - 16_category_business.png \ - 16_category_favorites.png \ - 16_category_gifts.png \ - 16_category_goals.png \ - 16_category_holiday.png \ - 16_category_holiday-cards.png \ - 16_category_hot-contacts.png \ - 16_category_ideas.png \ - 16_category_international.png \ - 16_category_key-customer.png \ - 16_category_miscellaneous.png \ - 16_category_personal.png \ - 16_category_phonecalls.png \ - 16_category_status.png \ - 16_category_strategies.png \ - 16_category_suppliers.png \ - 16_category_time-and-expenses.png - appicondir = $(datadir)/pixmaps appicon_DATA = evolution.png @@ -204,6 +183,5 @@ EXTRA_DIST = \ $(images_DATA) \ $(buttons_DATA) \ $(conduits_DATA) \ - $(appicon_DATA) \ - $(categories_DATA) + $(appicon_DATA) |