diff options
author | rbuj <[email protected]> | 2021-01-31 22:28:37 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-02-11 19:37:09 +0100 |
commit | d245a2f56302b7a26528194f30c788f5ab80e38f (patch) | |
tree | 9ceaa06ed8b781e1523b016cfce9e472a6272169 | |
parent | 70c880f9be31de528e693fd2a6b1f70fda24cd1f (diff) | |
download | mate-system-monitor-d245a2f56302b7a26528194f30c788f5ab80e38f.tar.bz2 mate-system-monitor-d245a2f56302b7a26528194f30c788f5ab80e38f.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 95f16ec..d7e22e7 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 |