2011-02-09 08:37:23 +00:00
|
|
|
all: manual.pot messages.pot */LC_MESSAGES/manual.po */LC_MESSAGES/messages.po
|
2006-05-13 21:28:24 +00:00
|
|
|
|
|
|
|
|
2011-02-09 08:37:23 +00:00
|
|
|
messages.pot: ../*/*.php
|
2006-05-13 22:28:18 +00:00
|
|
|
[ -r $@ ] || touch $@
|
2011-03-11 08:07:22 +00:00
|
|
|
xgettext --force-po --omit-header -o $@ --keyword=__ --keyword=_ -L PHP --from-code UTF-8 -j $^
|
2006-05-13 21:42:46 +00:00
|
|
|
|
2011-02-09 08:37:23 +00:00
|
|
|
%/LC_MESSAGES/messages.po: messages.pot
|
2006-05-13 21:42:46 +00:00
|
|
|
msgmerge -v -U $@ $^
|
|
|
|
|
2011-02-09 08:37:23 +00:00
|
|
|
%/LC_MESSAGES/manual.po: manual.pot
|
2006-05-13 21:42:46 +00:00
|
|
|
msgmerge -v -U $@ $^
|