diff options
author | raveit65 <[email protected]> | 2014-11-20 21:49:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-11-20 21:49:50 +0100 |
commit | 59b106424f695cdd7571de1f0f0ada6ce0e7b5d4 (patch) | |
tree | 938af314df92f54f50f8b8da72e0bdc85e2bbfe2 /desktop-themes/BlueMenta | |
parent | b7b1065009c302c2285961078da568ecf379c4f8 (diff) | |
download | mate-themes-59b106424f695cdd7571de1f0f0ada6ce0e7b5d4.tar.bz2 mate-themes-59b106424f695cdd7571de1f0f0ada6ce0e7b5d4.tar.xz |
clean up make files
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/Makefile.am | 8 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/Makefile.am | 3 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am | 5 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/widgets/Makefile.am | 6 | ||||
-rw-r--r-- | desktop-themes/BlueMenta/gtk-3.0/Makefile.am | 4 |
5 files changed, 0 insertions, 26 deletions
diff --git a/desktop-themes/BlueMenta/Makefile.am b/desktop-themes/BlueMenta/Makefile.am index 751908ec..77626e08 100644 --- a/desktop-themes/BlueMenta/Makefile.am +++ b/desktop-themes/BlueMenta/Makefile.am @@ -17,14 +17,6 @@ SUBDIRS = \ unity \ xfwm4 -DIST_SUBDIRS = \ - cinnamon \ - gtk-2.0 \ - gtk-3.0 \ - metacity-1 \ - unity \ - xfwm4 - CLEANFILES = index.theme index.theme: index.theme.in diff --git a/desktop-themes/BlueMenta/gtk-2.0/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/Makefile.am index 35f0c061..292e9f7d 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-2.0/Makefile.am @@ -6,6 +6,3 @@ EXTRA_DIST = $(theme_DATA) SUBDIRS = apps \ widgets - -DIST_SUBDIRS = apps \ - widgets diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am index 8979bd6f..05f6a58d 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/Makefile.am @@ -20,8 +20,3 @@ SUBDIRS = Handles \ Caja \ Null \ Others - -DIST_SUBDIRS = Handles \ - Caja \ - Null \ - Others diff --git a/desktop-themes/BlueMenta/gtk-2.0/widgets/Makefile.am b/desktop-themes/BlueMenta/gtk-2.0/widgets/Makefile.am index 739c13d0..eba9e3c4 100644 --- a/desktop-themes/BlueMenta/gtk-2.0/widgets/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-2.0/widgets/Makefile.am @@ -10,9 +10,3 @@ SUBDIRS = \ Null \ Others \ Scale - -DIST_SUBDIRS = \ - Panel \ - Null \ - Others \ - Scale diff --git a/desktop-themes/BlueMenta/gtk-3.0/Makefile.am b/desktop-themes/BlueMenta/gtk-3.0/Makefile.am index 4b8e4524..6960eeb8 100644 --- a/desktop-themes/BlueMenta/gtk-3.0/Makefile.am +++ b/desktop-themes/BlueMenta/gtk-3.0/Makefile.am @@ -19,7 +19,3 @@ EXTRA_DIST = $(theme_DATA) SUBDIRS = \ assets \ borders - -DIST_SUBDIRS = \ - assets \ - borders |