1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-07-26 16:45:12 -04:00

Fix building of .gmo files

This commit is contained in:
Petr Baudis 2005-09-16 02:54:38 +02:00
parent 204bbe5d2c
commit 261fdb5326

View File

@ -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 $@ $<