From 235f434792b5ed1fd13663065e4bdc927a9b46cb Mon Sep 17 00:00:00 2001 From: Perberos Date: Mon, 19 Mar 2012 22:12:48 -0300 Subject: renamed crux to quid --- icon-themes/Quid/16x16/actions/Makefile.am | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 icon-themes/Quid/16x16/actions/Makefile.am (limited to 'icon-themes/Quid/16x16/actions/Makefile.am') diff --git a/icon-themes/Quid/16x16/actions/Makefile.am b/icon-themes/Quid/16x16/actions/Makefile.am new file mode 100644 index 00000000..4f04a679 --- /dev/null +++ b/icon-themes/Quid/16x16/actions/Makefile.am @@ -0,0 +1,27 @@ +themedir = $(datadir)/icons/Quid +size = 16x16 +context = actions + +iconsdir = $(themedir)/$(size)/$(context) + +icons_DATA = \ + document-open.png \ + go-bottom.png \ + go-first.png \ + go-last.png \ + go-previous.png \ + go-up.png \ + go-down.png \ + go-home.png \ + go-next.png \ + go-top.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 -- cgit v1.2.1