summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2019-11-30 16:51:27 +0100
committerraveit65 <[email protected]>2019-12-07 19:54:33 +0100
commita3cb0ec974057d50eb817d75b87902df07fcd9f8 (patch)
tree24f369d2b1f71100bb4aee784bc24ab8fce45280
parent29d7d11532f71f15de3c31587f73d8077a05d3c0 (diff)
downloadmate-power-manager-a3cb0ec974057d50eb817d75b87902df07fcd9f8.tar.bz2
mate-power-manager-a3cb0ec974057d50eb817d75b87902df07fcd9f8.tar.xz
fix desktop files after gettext port
-rw-r--r--data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 1092440..7225949 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -5,7 +5,7 @@ desktopdir = $(datadir)/applications
desktop_in_files = mate-power-preferences.desktop.in \
mate-power-statistics.desktop.in
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
-$(desktop_DATA): $(desktop_in_files)
+%.desktop: %.desktop.in
$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@
autostartdir = $(sysconfdir)/xdg/autostart