From 62c46148a8553214d2ecd4d096412b9e068ceec3 Mon Sep 17 00:00:00 2001 From: rbuj Date: Tue, 9 Feb 2021 14:46:52 +0100 Subject: build: allow users to disable gettext support (--disable-nls) --- desktop-themes/BlueMenta-border/Makefile.am | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) (limited to 'desktop-themes/BlueMenta-border') diff --git a/desktop-themes/BlueMenta-border/Makefile.am b/desktop-themes/BlueMenta-border/Makefile.am index d476c1a3..ef1cc12a 100644 --- a/desktop-themes/BlueMenta-border/Makefile.am +++ b/desktop-themes/BlueMenta-border/Makefile.am @@ -1,14 +1,7 @@ -THEME_NAME=BlueMenta-border +THEME_NAME = BlueMenta-border themedir = $(datadir)/themes/$(THEME_NAME) +theme_DATA = COPYING README -theme_DATA = \ - COPYING \ - README - -%.theme: %.theme.in - $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ - -SUBDIRS = \ - metacity-1 +SUBDIRS = metacity-1 -- cgit v1.2.1