summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-09 17:34:50 +0100
committerraveit65 <[email protected]>2016-03-09 17:34:50 +0100
commiteddb10b6ae35ca115a3060f47c7474f8084fae54 (patch)
tree152b9d8ba1f6112d14271607acb39da678d19308 /desktop-themes/Blue-Submarine/Makefile.am
parentda163abd42b66f6689876bd6c85f2ada9e33c7fd (diff)
downloadmate-themes-eddb10b6ae35ca115a3060f47c7474f8084fae54.tar.bz2
mate-themes-eddb10b6ae35ca115a3060f47c7474f8084fae54.tar.xz
most themes: update index.theme files + a cleanup in TraditionalOK
Diffstat (limited to 'desktop-themes/Blue-Submarine/Makefile.am')
-rw-r--r--desktop-themes/Blue-Submarine/Makefile.am14
1 files changed, 6 insertions, 8 deletions
diff --git a/desktop-themes/Blue-Submarine/Makefile.am b/desktop-themes/Blue-Submarine/Makefile.am
index 99e477f7..1a40b07c 100644
--- a/desktop-themes/Blue-Submarine/Makefile.am
+++ b/desktop-themes/Blue-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! \
+ < $< > $@