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/Makefile.am | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 icon-themes/Quid/Makefile.am (limited to 'icon-themes/Quid/Makefile.am') diff --git a/icon-themes/Quid/Makefile.am b/icon-themes/Quid/Makefile.am new file mode 100644 index 00000000..1cc0a28e --- /dev/null +++ b/icon-themes/Quid/Makefile.am @@ -0,0 +1,19 @@ +themedir = $(datadir)/icons/Quid + +SUBDIRS = 16x16 22x22 24x24 32x32 scalable + +THEME_IN_FILES = index.theme.in + +%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache + +theme_DATA = index.theme + +EXTRA_DIST = \ + index.theme.in + +CLEANFILES = \ + index.theme + + +MAINTAINERCLEANFILES = \ + Makefile.in -- cgit v1.2.1