AlternC/bureau/locales/Makefile

13 lines
343 B
Makefile
Raw Normal View History

all: messages.pot */LC_MESSAGES/messages.po */LC_MESSAGES/manual.po
2006-05-13 22:27:00 +00:00
messages.pot: ../*/*.php
2006-05-13 22:28:18 +00:00
[ -r $@ ] || touch $@
xgettext --force-po --omit-header -o $@ --keyword=__ --keyword=_ -L PHP --from-code iso-8859-1 -j $^
%/LC_MESSAGES/messages.po: messages.pot
msgmerge -v -U $@ $^
%/LC_MESSAGES/manual.po: manual.pot
msgmerge -v -U $@ $^