comparison 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
comparison
equal deleted inserted replaced
16:6304dbbedb67 17:26e319ace486
212 212
213 %.mo: %.po 213 %.mo: %.po
214 $(MSGFMT) --output $@ $< 214 $(MSGFMT) --output $@ $<
215 215
216 %.desktop: %.desktop.in 216 %.desktop: %.desktop.in
217 $(MSGFMT) --desktop --template $< -d po --output $@ 217 $(MSGFMT) --desktop --keyword 'Keywords' --template $< -d po --output $@
218 218
219 $(foreach section,1 2 3 4 5 6 7 8 9,$(eval $(call generate-manpage-rule,$(section)))) 219 $(foreach section,1 2 3 4 5 6 7 8 9,$(eval $(call generate-manpage-rule,$(section))))
220 220
221 %.o: %.c 221 %.o: %.c
222 $(MAKEDEPEND.c) $< | $(SED) -f deps.sed >$*.d 222 $(MAKEDEPEND.c) $< | $(SED) -f deps.sed >$*.d