Mercurial > projects > package-update-indicator
diff Makefile @ 17:26e319ace486
Add keywords to desktop files
author | Guido Berhoerster <guido+pui@berhoerster.name> |
---|---|
date | Sat, 08 Dec 2018 10:01:50 +0100 |
parents | 329aeecdd83a |
children | 513f5478a711 |
line wrap: on
line diff
--- a/Makefile Sat Dec 08 08:29:20 2018 +0100 +++ b/Makefile Sat Dec 08 10:01:50 2018 +0100 @@ -214,7 +214,7 @@ $(MSGFMT) --output $@ $< %.desktop: %.desktop.in - $(MSGFMT) --desktop --template $< -d po --output $@ + $(MSGFMT) --desktop --keyword 'Keywords' --template $< -d po --output $@ $(foreach section,1 2 3 4 5 6 7 8 9,$(eval $(call generate-manpage-rule,$(section))))