From eddb10b6ae35ca115a3060f47c7474f8084fae54 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Wed, 9 Mar 2016 17:34:50 +0100 Subject: most themes: update index.theme files + a cleanup in TraditionalOK --- desktop-themes/Blue-Submarine/Makefile.am | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'desktop-themes/Blue-Submarine/Makefile.am') 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! \ + < $< > $@ -- cgit v1.2.1