summaryrefslogtreecommitdiff
path: root/data/icons
diff options
context:
space:
mode:
authorMichal Ratajsky <[email protected]>2014-11-08 15:44:58 +0100
committerMichal Ratajsky <[email protected]>2014-11-08 15:59:44 +0100
commit1621b391b6e108a4d3fc58b7df5aafb343de2405 (patch)
tree4dc1e0cd0fb4f232e9a1d81dcb0ea501bfc27595 /data/icons
parent93332554c235c7de59c64d0733f791a3be9f1775 (diff)
downloadmate-media-1621b391b6e108a4d3fc58b7df5aafb343de2405.tar.bz2
mate-media-1621b391b6e108a4d3fc58b7df5aafb343de2405.tar.xz
Remove unused parts of Makefiles and clean up tabs
Diffstat (limited to 'data/icons')
-rw-r--r--data/icons/Makefile.am13
1 files changed, 6 insertions, 7 deletions
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