diff options
author | Perberos <[email protected]> | 2012-03-20 06:51:39 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2012-03-20 06:51:39 -0300 |
commit | a331a84e04bbaca24481c5ff1cca236772b4ebd1 (patch) | |
tree | 36936770685ba2fcb8fc8d3c99f98c6617e4c030 /desktop-themes/Shiny/Makefile.am | |
parent | 15f4bd08eba961aab8c1ef1a9de06b5668a148d5 (diff) | |
download | mate-themes-a331a84e04bbaca24481c5ff1cca236772b4ebd1.tar.bz2 mate-themes-a331a84e04bbaca24481c5ff1cca236772b4ebd1.tar.xz |
renaming glossy to shiny
Diffstat (limited to 'desktop-themes/Shiny/Makefile.am')
-rw-r--r-- | desktop-themes/Shiny/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/desktop-themes/Shiny/Makefile.am b/desktop-themes/Shiny/Makefile.am new file mode 100644 index 00000000..e00c5fe2 --- /dev/null +++ b/desktop-themes/Shiny/Makefile.am @@ -0,0 +1,11 @@ +THEME_NAME=Shiny +THEME_IN_FILES=index.theme.in + +%.theme: %.theme.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; $(INTLTOOL_MERGE) $(top_srcdir)/po $< $@ -d -u -c $(top_builddir)/po/.intltool-merge-cache + +themedir = $(datadir)/themes/$(THEME_NAME) + +theme_DATA = index.theme + +DISTCLEANFILES=index.theme +EXTRA_DIST=index.theme.in index.theme |