mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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: .gmo .mo .po
|
||||
|
||||
.po.mo:
|
||||
$(MSGFMT) -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user