summaryrefslogtreecommitdiff
path: root/desktop-themes/YaruOk/Makefile.am
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2021-06-24 19:23:59 +0200
committerraveit65 <[email protected]>2021-06-24 19:24:49 +0200
commitb59e0442638ca4e1fbd9aca453ea34d15359bda4 (patch)
tree90271aa844085dbddfae2f3865299089078bed3f /desktop-themes/YaruOk/Makefile.am
parent9bf6f4ec2f77fd09a12ba2b68416e81a13b4ca3d (diff)
downloadmate-themes-b59e0442638ca4e1fbd9aca453ea34d15359bda4.tar.bz2
mate-themes-b59e0442638ca4e1fbd9aca453ea34d15359bda4.tar.xz
Revert "Propose a different traditional ok implentation (#290)"
This reverts commit 9bf6f4ec2f77fd09a12ba2b68416e81a13b4ca3d.
Diffstat (limited to 'desktop-themes/YaruOk/Makefile.am')
-rw-r--r--desktop-themes/YaruOk/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/desktop-themes/YaruOk/Makefile.am b/desktop-themes/YaruOk/Makefile.am
deleted file mode 100644
index b9045a25..00000000
--- a/desktop-themes/YaruOk/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-THEME_NAME = YaruOk
-
-theme_in_files = index.theme.in
-themedir = $(datadir)/themes/$(THEME_NAME)
-theme_DATA = COPYING index.theme
-
-%.theme: %.theme.in
-if USE_NLS
- $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
-else
- $(AM_V_GEN) cp -f $< $@
-endif
-
-SUBDIRS = \
- gtk-2.0 \
- gtk-3.0 \
- metacity-1 \
- openbox-3 \
- xfwm4
-
-CLEANFILES = index.theme
-EXTRA_DIST = $(theme_in_files)