summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk/Makefile.am
blob: 386b61526d292261dbf604a856daa64c19a475f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
THEME_NAME=TraditionalOk
 
themedir = $(datadir)/themes/$(THEME_NAME)

theme_DATA = index.theme

EXTRA_DIST = $(theme_DATA) index.theme.in COPYING

SUBDIRS =		\
	doc			\
	gtk-2.0		\
	gtk-3.0		\
	metacity-1	\
	openbox-3	\
	wallpapers	\
	xfwm4

DIST_SUBDIRS =	\
	doc			\
	gtk-2.0		\
	gtk-3.0		\
	metacity-1	\
	openbox-3	\
	wallpapers	\
	xfwm4

CLEANFILES = index.theme

index.theme: index.theme.in
	$(AM_V_GEN)sed \
		-e s!\@BACKGROUND_DIR\@!$(datadir)/backgrounds/mate/desktop! \
		< $< > $@