diff options
Diffstat (limited to 'font-viewer')
-rw-r--r-- | font-viewer/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/font-viewer/Makefile.am b/font-viewer/Makefile.am index 501c610c..9dbaee9c 100644 --- a/font-viewer/Makefile.am +++ b/font-viewer/Makefile.am @@ -35,7 +35,7 @@ desktopdir = $(datadir)/applications desktop_in_files = mate-font-viewer.desktop.in desktop_DATA = $(desktop_in_files:.desktop.in=.desktop) $(desktop_DATA): $(desktop_in_files) - $(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ + $(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=Comment --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@ install-data-local: install-desktop-database |