AlternC/bureau/locales/Makefile

9 lines
408 B
Makefile
Raw Permalink Normal View History

2012-10-31 10:57:25 +00:00
all: messages.pot */LC_MESSAGES/messages.po
messages.pot: ../*/*.php ../../squirrelmail/alternc_changepass/*.php
2006-05-13 22:28:18 +00:00
[ -r $@ ] || touch $@
2012-10-17 08:55:52 +00:00
xgettext --copyright-holder="AlternC Team" --package-name="AlternC" --package-version="2.0" --msgid-bugs-address="i18n@alternc.org" --force-po -o $@ --keyword=__ --keyword=_ -L PHP -F --from-code UTF-8 $^
%/LC_MESSAGES/messages.po: messages.pot
msgmerge -v -U $@ $^