From b91dbe12e8f334e7fbaf9a36814d36d63c94dfd4 Mon Sep 17 00:00:00 2001 From: Wu Xiaotian Date: Wed, 25 Dec 2019 17:58:28 +0800 Subject: migrate from intltools to gettext --- battstat/sounds/Makefile.am | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'battstat/sounds/Makefile.am') diff --git a/battstat/sounds/Makefile.am b/battstat/sounds/Makefile.am index df677219..5b591d0c 100644 --- a/battstat/sounds/Makefile.am +++ b/battstat/sounds/Makefile.am @@ -1,9 +1,10 @@ soundlistdir = $(sysconfdir)/sound/events -soundlist_in_files = mate-battstat_applet.soundlist.in -soundlist_DATA = $(soundlist_in_files:.soundlist.in=.soundlist) +soundlist_in_files = mate-battstat_applet.soundlist.desktop.in +soundlist_DATA = $(soundlist_in_files:.soundlist.desktop.in=.soundlist) -@INTLTOOL_SOUNDLIST_RULE@ +$(soundlist_DATA): $(soundlist_in_files) Makefile + $(AM_V_GEN) $(MSGFMT) --desktop --keyword=description --template $< -d $(top_srcdir)/po -o $@ EXTRA_DIST = $(soundlist_DATA) $(soundlist_in_files) -- cgit v1.2.1