summaryrefslogtreecommitdiff
path: root/mate-panel/Makefile.am
diff options
context:
space:
mode:
authorWu Xiaotian <[email protected]>2019-10-30 20:33:54 +0800
committerraveit65 <[email protected]>2019-11-11 23:18:35 +0100
commitf5354df76377627dde56b079c9328b46865033d2 (patch)
treee49277e64f87be43bbb3ea1008f3f56916f743e0 /mate-panel/Makefile.am
parent1614cec077ab369640b24ff73045bf470ca93683 (diff)
downloadmate-panel-f5354df76377627dde56b079c9328b46865033d2.tar.bz2
mate-panel-f5354df76377627dde56b079c9328b46865033d2.tar.xz
migrate from intltool to gettext
Diffstat (limited to 'mate-panel/Makefile.am')
-rw-r--r--mate-panel/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/mate-panel/Makefile.am b/mate-panel/Makefile.am
index bd806487..f1a2ea7f 100644
--- a/mate-panel/Makefile.am
+++ b/mate-panel/Makefile.am
@@ -290,8 +290,8 @@ panel-test-applets-resources.h: panel-test-applets.gresource.xml $(shell $(GLIB_
desktopdir = $(datadir)/applications
desktop_in_files = mate-panel.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-
-@INTLTOOL_DESKTOP_RULE@
+$(desktop_DATA): $(desktop_in_files)
+ $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
EXTRA_DIST = \
$(ui_FILES) \