Prevent scanning release directory

This commit is contained in:
Michal Čihař 2012-11-12 14:19:14 +01:00
parent a6e5286467
commit fa2a891b3b

View File

@ -18,7 +18,7 @@ xgettext \
--from-code=utf-8 \
--keyword=__ --keyword=_pgettext:1c,2 --keyword=_ngettext:1,2 \
--copyright-holder="phpMyAdmin devel team" \
`find . -name '*.php' -not -path './test/*' -not -path './po/*' | sort`
`find . -name '*.php' -not -path './test/*' -not -path './po/*' -not -path './release/*' | sort`
# Generate PHP code for advisor rules
php ./scripts/advisor2po >> po/phpmyadmin.pot