diff options
author | raveit65 <[email protected]> | 2016-03-09 17:34:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-09 17:39:12 +0100 |
commit | 67a98ad84646ff471d5a02d6393255b78af35ec6 (patch) | |
tree | 62ae3f95688649a270b6c0022aca687dcc618a66 /desktop-themes/Green-Submarine/Makefile.am | |
parent | 533c79dab13f5a665469a69e93f30686ea1a3468 (diff) | |
download | mate-themes-67a98ad84646ff471d5a02d6393255b78af35ec6.tar.bz2 mate-themes-67a98ad84646ff471d5a02d6393255b78af35ec6.tar.xz |
most themes: update index.theme files + a cleanup in TraditionalOK
Diffstat (limited to 'desktop-themes/Green-Submarine/Makefile.am')
-rw-r--r-- | desktop-themes/Green-Submarine/Makefile.am | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/desktop-themes/Green-Submarine/Makefile.am b/desktop-themes/Green-Submarine/Makefile.am index 5ad8022d..7b50e544 100644 --- a/desktop-themes/Green-Submarine/Makefile.am +++ b/desktop-themes/Green-Submarine/Makefile.am @@ -4,7 +4,7 @@ themedir = $(datadir)/themes/$(THEME_NAME) theme_DATA = index.theme -EXTRA_DIST = $(theme_DATA) +EXTRA_DIST = $(theme_DATA) index.theme.in SUBDIRS = \ cinnamon \ @@ -13,11 +13,9 @@ SUBDIRS = \ gtk-3.0 \ metacity-1 -DIST_SUBDIRS = \ - cinnamon \ - emerald \ - 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)/backgrounds/mate/desktop! \ + < $< > $@ |