mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
Fix building of .gmo files
This commit is contained in:
parent
204bbe5d2c
commit
261fdb5326
@ -12,6 +12,7 @@ POTFILES_ABS = $(shell cd $(top_srcdir); find src/ -name '*.[ch]' -o -name optio
|
|||||||
|
|
||||||
|
|
||||||
SUFFIXES = .po .gmo .mo
|
SUFFIXES = .po .gmo .mo
|
||||||
|
.SUFFIXES: .gmo .mo .po
|
||||||
|
|
||||||
.po.mo:
|
.po.mo:
|
||||||
$(MSGFMT) -o $@ $<
|
$(MSGFMT) -o $@ $<
|
||||||
|
Loading…
Reference in New Issue
Block a user