summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2021-02-01 11:21:29 +0100
committerraveit65 <[email protected]>2021-03-27 16:15:34 +0100
commitff751f6c7707d0773f442d73dc38a3065c1b4e0b (patch)
tree8249cfeee3acca474a8917c3513121384bc31cd5
parent889a981ce58999caf17864de95f60538f31608f8 (diff)
downloadmate-themes-ff751f6c7707d0773f442d73dc38a3065c1b4e0b.tar.bz2
mate-themes-ff751f6c7707d0773f442d73dc38a3065c1b4e0b.tar.xz
i18n: icon theme ContrastHigh
-rw-r--r--icon-themes/ContrastHigh/Makefile.am7
-rw-r--r--icon-themes/ContrastHigh/index.theme.in (renamed from icon-themes/ContrastHigh/index.theme)0
-rw-r--r--po/POTFILES.in1
3 files changed, 7 insertions, 1 deletions
diff --git a/icon-themes/ContrastHigh/Makefile.am b/icon-themes/ContrastHigh/Makefile.am
index 1d050bd7..8991a59d 100644
--- a/icon-themes/ContrastHigh/Makefile.am
+++ b/icon-themes/ContrastHigh/Makefile.am
@@ -10,5 +10,10 @@ SUBDIRS = \
scalable
indextheme_DATA = index.theme
+indextheme_in_files = $(indextheme_DATA:.theme=.theme.in)
-EXTRA_DIST= $(indextheme_DATA)
+$(indextheme_DATA): $(indextheme_in_files)
+ $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
+
+CLEANFILES = $(indextheme_DATA)
+EXTRA_DIST = $(indextheme_in_files)
diff --git a/icon-themes/ContrastHigh/index.theme b/icon-themes/ContrastHigh/index.theme.in
index 54d3de31..54d3de31 100644
--- a/icon-themes/ContrastHigh/index.theme
+++ b/icon-themes/ContrastHigh/index.theme.in
diff --git a/po/POTFILES.in b/po/POTFILES.in
index cc77a2ae..1bb5459d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -11,3 +11,4 @@ desktop-themes/Green-Submarine/index.theme.in
desktop-themes/Menta/index.theme.in
desktop-themes/TraditionalGreen/index.theme.in
desktop-themes/TraditionalOk/index.theme.in
+icon-themes/ContrastHigh/index.theme.in