summaryrefslogtreecommitdiff
path: root/art
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-11-17 10:53:53 -0500
committerMatthew Barnes <mbarnes@redhat.com>2013-11-17 11:09:52 -0500
commit7a96fb111e7f1dc16047de8d452a63949fb6452f (patch)
treedb02fe62732992a8e8328ed83d78fcd79fa09903 /art
parent99c522d7526367150a10c81a9218ffa42aa7e154 (diff)
downloadevolution-data-server-7a96fb111e7f1dc16047de8d452a63949fb6452f.tar.gz
Makefile.am cleanups.
- Remove trailing tabs. - Add terminators to multi-line lists.
Diffstat (limited to 'art')
-rw-r--r--art/Makefile.am40
1 files changed, 20 insertions, 20 deletions
diff --git a/art/Makefile.am b/art/Makefile.am
index fed6667ea..cf68a6c51 100644
--- a/art/Makefile.am
+++ b/art/Makefile.am
@@ -1,24 +1,24 @@
images_DATA = \
- category_birthday_16.png \
- category_business_16.png \
- category_favorites_16.png \
- category_gifts_16.png \
- category_goals_16.png \
- category_holiday_16.png \
- category_holiday-cards_16.png \
- category_hot-contacts_16.png \
- category_ideas_16.png \
- category_international_16.png \
- category_key-customer_16.png \
- category_miscellaneous_16.png \
- category_personal_16.png \
- category_phonecalls_16.png \
- category_status_16.png \
- category_strategies_16.png \
- category_suppliers_16.png \
- category_time-and-expenses_16.png
+ category_birthday_16.png \
+ category_business_16.png \
+ category_favorites_16.png \
+ category_gifts_16.png \
+ category_goals_16.png \
+ category_holiday_16.png \
+ category_holiday-cards_16.png \
+ category_hot-contacts_16.png \
+ category_ideas_16.png \
+ category_international_16.png \
+ category_key-customer_16.png \
+ category_miscellaneous_16.png \
+ category_personal_16.png \
+ category_phonecalls_16.png \
+ category_status_16.png \
+ category_strategies_16.png \
+ category_suppliers_16.png \
+ category_time-and-expenses_16.png \
+ $(NULL)
-EXTRA_DIST = \
- $(images_DATA)
+EXTRA_DIST = $(images_DATA)
-include $(top_srcdir)/git.mk