diff options
author | raveit <[email protected]> | 2013-06-06 17:59:27 +0200 |
---|---|---|
committer | raveit <[email protected]> | 2013-06-06 17:59:27 +0200 |
commit | 1d6ed8af90d5a50e5febf77a741480ff11da79db (patch) | |
tree | 635594d994b1624458981f24546eeca7402ee9a4 /desktop-themes/Aldabra/Makefile.am | |
parent | 4db3b97f6134dd0606f351cc7eb4d9d6112b4e65 (diff) | |
download | mate-themes-1d6ed8af90d5a50e5febf77a741480ff11da79db.tar.bz2 mate-themes-1d6ed8af90d5a50e5febf77a741480ff11da79db.tar.xz |
remove Aldabra theme
Diffstat (limited to 'desktop-themes/Aldabra/Makefile.am')
-rw-r--r-- | desktop-themes/Aldabra/Makefile.am | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/desktop-themes/Aldabra/Makefile.am b/desktop-themes/Aldabra/Makefile.am deleted file mode 100644 index 7cea3716..00000000 --- a/desktop-themes/Aldabra/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -THEME_NAME=Aldabra - -themedir = $(datadir)/themes/$(THEME_NAME) - -theme_DATA = index.theme - -EXTRA_DIST = $(theme_DATA) - -SUBDIRS = \ - gtk-2.0 \ - gtk-3.0 \ - metacity-1 - -DIST_SUBDIRS = \ - gtk-2.0 \ - gtk-3.0 \ - metacity-1 - -CLEANFILES = index.theme - -index.theme: index.theme.in - $(AM_V_GEN)sed \ - -e s!\@BACKGROUND_DIR\@!$(datadir)/pixmaps/backgrounds/mate/abstract! \ - < $< > $@ |