no need to include .po files in the releases

This commit is contained in:
Marc Delisle
2010-11-24 12:57:47 -05:00
parent 468d08f975
commit 7342b35e9f

View File

@@ -127,6 +127,8 @@ fi
if [ $GETTEXT -eq 1 ] ; then
echo "* Generating mo files"
./scripts/generate-mo
echo "* Removing gettext source files"
rm -rf po
fi
if [ -f ./scripts/compress-js ] ; then