Do not use symlinks
[phpmyadmin-themes.git] / graphite / img / 16x16 / emblems / Makefile.am
blob5ad874f00b4529bdb572d1944e534bb3f4e87807
2 size = 16x16
3 context = emblems
5 iconsdir = $(themedir)/$(size)/$(context)
7 icons_DATA =                            \
8         emblem-favorite.png             \
9         emblem-important.png            \
10         emblem-photos.png               \
11         emblem-readonly.png             \
12         emblem-symbolic-link.png        \
13         emblem-system.png               \
14         emblem-unreadable.png
16 EXTRA_DIST =                            \
17         $(icons_DATA)
19 install-data-local: install-iconsDATA
20         (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))