summaryrefslogtreecommitdiff
path: root/desktop-themes/Shiny/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-04-03 19:01:50 +0200
committerraveit65 <[email protected]>2015-04-03 19:01:50 +0200
commit821f63fd525aff89a5dee918de74b01f40806fda (patch)
treeca0d01ac71584633d689928870b098861c067b07 /desktop-themes/Shiny/Makefile.am
parent3c06fad5dd829983a0c15021151ee31ca0e18441 (diff)
downloadmate-themes-821f63fd525aff89a5dee918de74b01f40806fda.tar.bz2
mate-themes-821f63fd525aff89a5dee918de74b01f40806fda.tar.xz
drop broken theme
fix https://github.com/mate-desktop/mate-themes/issues/81
Diffstat (limited to 'desktop-themes/Shiny/Makefile.am')
-rw-r--r--desktop-themes/Shiny/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/desktop-themes/Shiny/Makefile.am b/desktop-themes/Shiny/Makefile.am
deleted file mode 100644
index 3825cf67..00000000
--- a/desktop-themes/Shiny/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-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 \
- gtk-3.0 \
- metacity-1 \
- openbox-3 \
- unity \
- xfwm4
-
-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
-