diff options
author | Marty E. Plummer <[email protected]> | 2019-03-24 20:20:56 -0500 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-04-04 17:17:33 +0200 |
commit | 92dd65c5530cf5a530e21a9a7ef91bc265985554 (patch) | |
tree | d659b1a673700faa5c5449f9ba2246f68d694f40 /mate-about/Makefile.am | |
parent | d338e635e6ce023fab06889a89f47c52d86028d5 (diff) | |
download | mate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.bz2 mate-desktop-92dd65c5530cf5a530e21a9a7ef91bc265985554.tar.xz |
i18n: port from intltool to gettext
Signed-off-by: Marty E. Plummer <[email protected]>
Diffstat (limited to 'mate-about/Makefile.am')
-rw-r--r-- | mate-about/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/mate-about/Makefile.am b/mate-about/Makefile.am index 7e028e6..7495e05 100644 --- a/mate-about/Makefile.am +++ b/mate-about/Makefile.am @@ -9,17 +9,15 @@ AM_CPPFLAGS = \ -DLOCALE_DIR=\"$(datadir)/locale\" \ -DPIXMAPS_DIR=\"$(datadir)/pixmaps/\" -@INTLTOOL_DESKTOP_RULE@ - desktopdir = $(datadir)/applications desktop_in_files = mate-about.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) +mate-about.desktop: mate-about.desktop.in + $(AM_V_GEN)$(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ versiondir = $(datadir)/mate-about version_DATA = mate-version.xml -@INTLTOOL_XML_RULE@ - EXTRA_DIST = $(desktop_in_files) \ mate-version.xml.in |