target for gettext message creation

This commit is contained in:
David Schleef 2001-08-19 01:24:23 +00:00
parent 8b812d424c
commit 0ed20b06aa

View file

@ -3,3 +3,12 @@ all:
sgml2html comedilib.sgml
sgml2txt comedilib.sgml
messages: .phony
xgettext -k_ -k_s $(shell find .. -name '*.c')
for i in de;do \
msgmerge po/$$i.po messages.po -o $$i.po; \
msgfmt $$i.po -o $$i/LC_MESSAGES/comedilib.mo; \
done
.phony: