diff options
| author | rbuj <[email protected]> | 2020-03-02 08:53:51 +0100 | 
|---|---|---|
| committer | raveit65 <[email protected]> | 2020-03-02 16:01:53 +0100 | 
| commit | c6be47bfb9c3e4651b038404c9452d5239851308 (patch) | |
| tree | a4270273c16c087973bee0dd22c19f45de351160 | |
| parent | 895e002a6ebb86008c19544a8469b65d0443d777 (diff) | |
| download | mate-calc-c6be47bfb9c3e4651b038404c9452d5239851308.tar.bz2 mate-calc-c6be47bfb9c3e4651b038404c9452d5239851308.tar.xz | |
mate-calc.desktop: Do not collect the translation for Icon
| -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 80db344..f12b6da 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -11,7 +11,7 @@ Utilitiesdir = $(datadir)/applications  Utilities_in_files = mate-calc.desktop.in  Utilities_DATA = $(Utilities_in_files:.desktop.in=.desktop)  $(Utilities_DATA): $(Utilities_in_files) -	$(AM_V_GEN) $(MSGFMT) --desktop --template $< -d $(top_srcdir)/po -o $@ +	$(AM_V_GEN) $(MSGFMT) --desktop --keyword= --keyword=Name --keyword=GenericName --keyword=Comment --keyword=Keywords --template $< -d $(top_srcdir)/po -o $@  man1_MANS = mate-calc.1 mate-calc-cmd.1 | 
