1THEME_NAME = TraditionalOk
2
3theme_in_files = index.theme.in
4themedir = $(datadir)/themes/$(THEME_NAME)
5theme_DATA = COPYING index.theme
6
7%.theme: %.theme.in
8if USE_NLS
9	$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
10else
11	$(AM_V_GEN) cp -f $< $@
12endif
13
14SUBDIRS =		\
15	gtk-2.0		\
16	gtk-3.0		\
17	metacity-1	\
18	openbox-3	\
19	xfwm4
20
21CLEANFILES = index.theme
22EXTRA_DIST = $(theme_in_files)
23