summaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 006cf159cbe1f318a2d4d0e82ccd646850838379 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PREFIX=/usr/local
DESTDIR=
INSTALL=install

install:
	mkdir -p $(DESTDIR)$(PREFIX)/icons/default
	$(INSTALL) index.theme $(DESTDIR)$(PREFIX)/icons/default
	for dir in 16x16 22x22 32x32 48x48 64x64 96x96 128x128 scalable; do \
	  for ctxt in actions apps devices filesystems mimetypes; do \
	    mkdir -p $(DESTDIR)$(PREFIX)/icons/default/$$dir/$$ctxt; \
	  done \
        done