diff options
author | Perberos <[email protected]> | 2011-12-01 23:42:46 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 23:42:46 -0300 |
commit | ead8ef613ce66d51399a87d225b4cd52c6c7983e (patch) | |
tree | 28331e03ae7cced58068fc2a35dbf127d109a73e /icon-themes/HighContrast-SVG/Makefile.am | |
download | mate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.bz2 mate-themes-ead8ef613ce66d51399a87d225b4cd52c6c7983e.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'icon-themes/HighContrast-SVG/Makefile.am')
-rw-r--r-- | icon-themes/HighContrast-SVG/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/icon-themes/HighContrast-SVG/Makefile.am b/icon-themes/HighContrast-SVG/Makefile.am new file mode 100644 index 00000000..82de2aaa --- /dev/null +++ b/icon-themes/HighContrast-SVG/Makefile.am @@ -0,0 +1,12 @@ +@INTLTOOL_THEME_RULE@ + +themedir = $(datadir)/icons/MateHighContrast-SVG + +theme_in_files = index.theme.in +theme_DATA = $(theme_in_files:.theme.in=.theme) + +SUBDIRS= scalable 48x48 + +EXTRA_DIST= index.theme index.theme.in +DISTCLEANFILES= index.theme + |