diff --git a/.gitattributes b/.gitattributes index c15ce12f..7dc4f136 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/awstats/bureau/locales/Makefile b/awstats/bureau/locales/Makefile deleted file mode 100644 index 6f59c98a..00000000 --- a/awstats/bureau/locales/Makefile +++ /dev/null @@ -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 $@ $^