diff options
author | Stefano Karapetsas <[email protected]> | 2012-03-01 10:43:59 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2012-03-01 10:43:59 +0100 |
commit | 627232f56042cbdb677bb373100aab5dbff3e330 (patch) | |
tree | 03bb650b3a9e8bd79d6d12036ea41fd455ec0b4f /desktop-themes/aldabra/Makefile.am | |
parent | cb2bc77980469acc46126ba544cebc4b7f9efc5c (diff) | |
download | mate-themes-627232f56042cbdb677bb373100aab5dbff3e330.tar.bz2 mate-themes-627232f56042cbdb677bb373100aab5dbff3e330.tar.xz |
rename aldabra => Aldabra (as other themes)
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 fe9c0b18..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! \ - < $< > $@ |