diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-22 04:44:50 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-22 04:44:50 -0700 |
commit | 609eaec0ec388b836d7f7a540b99c60140ffca49 (patch) | |
tree | 220b6421c96b6c96000786c0a42ac6de605928a8 /Makefile.am | |
parent | 4f4e8bc791fe870d52b06689982eac0c698573fb (diff) | |
parent | 58b344f46b91b29eae0af2155c4fe3f1cac76858 (diff) | |
download | mate-icon-theme-609eaec0ec388b836d7f7a540b99c60140ffca49.tar.bz2 mate-icon-theme-609eaec0ec388b836d7f7a540b99c60140ffca49.tar.xz |
Merge pull request #4 from MDykstra/master
add Menta icon set
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0f66328..121400c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ DISTCHECK_CONFIGURE_FLAGS = --disable-icon-mapping -SUBDIRS = po $(SVGSRCDIR) +SUBDIRS = \ + po $(SVGSRCDIR) \ + menta theme_in_files = index.theme.in.in theme_DATA = $(theme_in_files:.theme.in.in=.theme) @@ -86,6 +88,7 @@ pkgconfig_DATA = mate-icon-theme.pc EXTRA_DIST = \ mate-icon-theme.pc.in \ mate \ + menta \ $(theme_in_files) CLEANFILES = \ |