diff options
author | raveit65 <[email protected]> | 2019-11-30 16:51:27 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-12-07 19:54:33 +0100 |
commit | a3cb0ec974057d50eb817d75b87902df07fcd9f8 (patch) | |
tree | 24f369d2b1f71100bb4aee784bc24ab8fce45280 /data/Makefile.am | |
parent | 29d7d11532f71f15de3c31587f73d8077a05d3c0 (diff) | |
download | mate-power-manager-a3cb0ec974057d50eb817d75b87902df07fcd9f8.tar.bz2 mate-power-manager-a3cb0ec974057d50eb817d75b87902df07fcd9f8.tar.xz |
fix desktop files after gettext port
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 2 |
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 |