From 1621b391b6e108a4d3fc58b7df5aafb343de2405 Mon Sep 17 00:00:00 2001 From: Michal Ratajsky Date: Sat, 8 Nov 2014 15:44:58 +0100 Subject: Remove unused parts of Makefiles and clean up tabs --- data/Makefile.am | 6 +++--- data/icons/Makefile.am | 13 ++++++------- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index 58159fb..47394ff 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,8 +1,8 @@ NULL = -SUBDIRS = \ - icons \ - sounds \ +SUBDIRS = \ + icons \ + sounds \ $(NULL) @INTLTOOL_DESKTOP_RULE@ diff --git a/data/icons/Makefile.am b/data/icons/Makefile.am index 67d9cea..119338b 100644 --- a/data/icons/Makefile.am +++ b/data/icons/Makefile.am @@ -1,11 +1,11 @@ NULL = -SUBDIRS = \ - scalable \ - 16x16 \ - 22x22 \ - 24x24 \ - 32x32 \ +SUBDIRS = \ + scalable \ + 16x16 \ + 22x22 \ + 24x24 \ + 32x32 \ $(NULL) gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/mate @@ -21,5 +21,4 @@ update-icon-cache: echo "*** $(gtk_update_icon_cache)"; \ fi - -include $(top_srcdir)/git.mk -- cgit v1.2.1