target for gettext message creation
This commit is contained in:
parent
8b812d424c
commit
0ed20b06aa
1 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue