summaryrefslogtreecommitdiff
path: root/desktop-themes/Shiny/Makefile.am
blob: 214f34f808d38a6c535292f3c7471092dcc2cc4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
THEME_NAME=Shiny
THEME_IN_FILES=index.theme.in
 
themedir = $(datadir)/themes/$(THEME_NAME)

theme_DATA = index.theme

DISTCLEANFILES=index.theme
EXTRA_DIST=index.theme.in index.theme

SUBDIRS =	\
	gtk-2.0	\
	metacity-1

DIST_SUBDIRS = $(SUBDIRS)

%.theme:   %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache