diff options
author | Perberos <[email protected]> | 2012-03-19 22:12:48 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-03-19 22:12:48 -0300 |
commit | 235f434792b5ed1fd13663065e4bdc927a9b46cb (patch) | |
tree | fa266b983af4ac1bf6a4b3b07f3f56587d8187e9 /icon-themes/Quid/22x22/actions/Makefile.am | |
parent | ac9ffcff7717c85fd4d55d4c90ab5a35423870dc (diff) | |
download | mate-themes-235f434792b5ed1fd13663065e4bdc927a9b46cb.tar.bz2 mate-themes-235f434792b5ed1fd13663065e4bdc927a9b46cb.tar.xz |
renamed crux to quid
Diffstat (limited to 'icon-themes/Quid/22x22/actions/Makefile.am')
-rw-r--r-- | icon-themes/Quid/22x22/actions/Makefile.am | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/icon-themes/Quid/22x22/actions/Makefile.am b/icon-themes/Quid/22x22/actions/Makefile.am new file mode 100644 index 00000000..ad8252e3 --- /dev/null +++ b/icon-themes/Quid/22x22/actions/Makefile.am @@ -0,0 +1,27 @@ +themedir = $(datadir)/icons/Quid +size = 22x22 +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 |