Nothing to do here

This commit is contained in:
Axel ROGER 2012-10-05 14:40:18 +00:00
parent b3b0aea46b
commit cd4727e19a
2 changed files with 0 additions and 12 deletions

1
.gitattributes vendored
View File

@ -33,7 +33,6 @@ awstats/bureau/admin/aws_userdel.php -text
awstats/bureau/admin/aws_users.php -text
awstats/bureau/admin/menu_aws.php -text
awstats/bureau/class/m_aws.php -text
awstats/bureau/locales/Makefile -text
awstats/bureau/locales/aws.pot -text
awstats/bureau/locales/aws_manual.pot -text
awstats/bureau/locales/de_DE/LC_MESSAGES/aws.po -text

View File

@ -1,11 +0,0 @@
all: aws_manual.pot aws.pot */LC_MESSAGES/aws_manual.po */LC_MESSAGES/aws.po
aws.pot: ../*/*.php
[ -r $@ ] || touch $@
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 -j $^
%/LC_MESSAGES/aws.po: aws.pot
msgmerge -v -U $@ $^
%/LC_MESSAGES/aws_manual.po: aws_manual.pot
msgmerge -v -U $@ $^