gajim-plural/po/Makefile

11 lines
187 B
Makefile
Raw Normal View History

2005-04-25 09:56:44 +02:00
LANGS := fr pt_BR
LANGDIR := $(foreach lang, $(LANGS), $(subst ,/LC_MESSAGES/gajim.mo, $(lang)))
all: $(LANGDIR)
%.mo: %.po
msgfmt $< -o $@
clean:
find -name '*.mo' -exec rm {} \;