diff options
author | rbuj <[email protected]> | 2021-01-31 22:28:37 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-03-27 14:57:37 +0100 |
commit | 1ed0359d93eb1963a3d21f48a841458e984758e0 (patch) | |
tree | 392b559560c77ce6c61959639e207917de42eb69 | |
parent | a9941b682d0f72ff61c523b268efbc570f035581 (diff) | |
download | mate-system-monitor-1ed0359d93eb1963a3d21f48a841458e984758e0.tar.bz2 mate-system-monitor-1ed0359d93eb1963a3d21f48a841458e984758e0.tar.xz |
i18n: Do not collect the translation for Icon
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index be652e3..ed0cd58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,7 +41,7 @@ Applications_in_files = mate-system-monitor.desktop.in Applications_DATA = $(Applications_in_files:.desktop.in=.desktop) $(Applications_DATA): $(Applications_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 $@ distuninstallcheck_listfiles = find . -type f -print |