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, 24 insertions, 0 deletions
diff --git a/desktop-themes/Aldabra/Makefile.am b/desktop-themes/Aldabra/Makefile.am new file mode 100644 index 00000000..7cea3716 --- /dev/null +++ b/desktop-themes/Aldabra/Makefile.am @@ -0,0 +1,24 @@ +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! \ + < $< > $@ |