diff options
Diffstat (limited to 'icon-themes/Quid/24x24/actions/Makefile.am')
-rw-r--r-- | icon-themes/Quid/24x24/actions/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/icon-themes/Quid/24x24/actions/Makefile.am b/icon-themes/Quid/24x24/actions/Makefile.am new file mode 100644 index 00000000..467ec4cc --- /dev/null +++ b/icon-themes/Quid/24x24/actions/Makefile.am @@ -0,0 +1,27 @@ +themedir = $(datadir)/icons/Quid +size = 24x24 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-down.png \ + go-first.png \ + go-home.png \ + go-last.png \ + go-next.png \ + go-previous.png \ + go-top.png \ + go-up.png \ + view-refresh.png + + +EXTRA_DIST = \ + $(icons_DATA) + +if LEGACY_ICON_MAPPING +install-data-local: install-iconsDATA + (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context)) +endif |