diff options
author | raveit65 <[email protected]> | 2016-03-09 17:34:50 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2016-03-09 17:40:04 +0100 |
commit | 54a8786b14a907436606abffa459aa43c2e7898c (patch) | |
tree | feda40c6c5ccd348a9f257be12f2ccbc9f29b8ff /desktop-themes/Green-Submarine/Makefile.am | |
parent | 4f2d4ba9e2d67ee474edc45bf491d1ddaf79004a (diff) | |
download | mate-themes-54a8786b14a907436606abffa459aa43c2e7898c.tar.bz2 mate-themes-54a8786b14a907436606abffa459aa43c2e7898c.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! \ + < $< > $@ |