diff options
Diffstat (limited to 'icon-themes/Crux/Makefile.am')
-rw-r--r-- | icon-themes/Crux/Makefile.am | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/icon-themes/Crux/Makefile.am b/icon-themes/Crux/Makefile.am new file mode 100644 index 00000000..a7f4797b --- /dev/null +++ b/icon-themes/Crux/Makefile.am @@ -0,0 +1,19 @@ +themedir = $(datadir)/icons/MateCrux + +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 |