summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOkTest/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2016-03-02 15:51:12 +0100
committerraveit65 <[email protected]>2016-03-02 15:52:11 +0100
commitf308bd96eac0831fc04cf7604e29c248e3a38f7e (patch)
treebc72469b52c56f227433a31268c953d412d32624 /desktop-themes/TraditionalOkTest/Makefile.am
parent067d4c9b6724576e352c5b371c19ebf619855973 (diff)
downloadmate-themes-f308bd96eac0831fc04cf7604e29c248e3a38f7e.tar.bz2
mate-themes-f308bd96eac0831fc04cf7604e29c248e3a38f7e.tar.xz
Drop TraditionalTest for GTK+-3.20 branch
Diffstat (limited to 'desktop-themes/TraditionalOkTest/Makefile.am')
-rw-r--r--desktop-themes/TraditionalOkTest/Makefile.am19
1 files changed, 0 insertions, 19 deletions
diff --git a/desktop-themes/TraditionalOkTest/Makefile.am b/desktop-themes/TraditionalOkTest/Makefile.am
deleted file mode 100644
index dfb0b81f..00000000
--- a/desktop-themes/TraditionalOkTest/Makefile.am
+++ /dev/null
@@ -1,19 +0,0 @@
-THEME_NAME=TraditionalOkTest
-
-themedir = $(datadir)/themes/$(THEME_NAME)
-
-theme_DATA = index.theme
-
-EXTRA_DIST = $(theme_DATA) index.theme.in COPYING
-
-SUBDIRS = \
- gtk-2.0 \
- gtk-3.0 \
- metacity-1
-
-CLEANFILES = index.theme
-
-index.theme: index.theme.in
- $(AM_V_GEN)sed \
- -e s!\@BACKGROUND_DIR\@!$(datadir)/backgrounds/mate/desktop! \
- < $< > $@