Alternc  latest
Alternc logiel libre pour l'hébergement
Makefile
Go to the documentation of this file.
1 all: aws.pot */LC_MESSAGES/aws.po
2 
3 aws.pot: ../*/*.php
4  [ -r $@ ] || touch $@
5  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 $^
6 
7 %/LC_MESSAGES/aws.po: aws.pot
8  msgmerge -v -U $@ $^