add rules for msgmerge, soon obsoleting updatelang.sh
This commit is contained in:
parent
c26d7e8c8b
commit
37bce73ad1
|
@ -1,6 +1,12 @@
|
||||||
all: messages.po
|
all: messages.po */LC_MESSAGES/messages.po
|
||||||
|
|
||||||
|
|
||||||
messages.po: ../*/*.php
|
messages.po: ../*/*.php
|
||||||
touch $@
|
touch $@
|
||||||
xgettext --force-po --omit-header -L PHP --from-code iso-8859-1 -j $^
|
xgettext --force-po --omit-header -L PHP --from-code iso-8859-1 -j $^
|
||||||
|
|
||||||
|
%/LC_MESSAGES/messages.po: messages.po
|
||||||
|
msgmerge -v -U $@ $^
|
||||||
|
|
||||||
|
%/LC_MESSAGES/manual.po: manual.po
|
||||||
|
msgmerge -v -U $@ $^
|
||||||
|
|
Loading…
Reference in New Issue