Don't call po/update-custom.py in po/update-po.sh to remove python ...

dependecies for building warzone.
master
Rene Jochum 2011-07-13 18:15:45 +02:00
parent c6edf9fbf4
commit 1454529c5e
1 changed files with 3 additions and 6 deletions

View File

@ -8,10 +8,7 @@ cat > po/POTFILES.in << EOF
# List of source files which contain translatable strings.
EOF
find lib src data -type f |
grep -e '\.c\(pp\|xx\)\?$' -e 'data.*strings.*\.txt$' -e 'data.*sequenceaudio.*\.tx.$' -e '\.slo$' -e '\.rmsg$' -e '\.js$' |
grep -v -e '\.lex\.c\(pp\|xx\)\?$' -e '\.tab\.c\(pp\|xx\)\?$' -e 'lib/netplay/miniupnpc/*' -e 'lib/betawidget/*' -e '_moc\.' |
find lib src data po -type f |
grep -e '\.c\(pp\|xx\)\?$' -e 'data.*strings.*\.txt$' -e 'data.*sequenceaudio.*\.tx.$' -e '\.slo$' -e '\.rmsg$' -e 'po/custom/.*\.txt' -e '\.js$' |
grep -v -e '\.lex\.c\(pp\|xx\)\?$' -e '\.tab\.c\(pp\|xx\)\?$' -e 'lib/netplay/miniupnpc/*' -e 'lib/betawidget/*' -e '_moc\.' -e 'po/custom/files.js' |
sort >> po/POTFILES.in
cd po
./update-custom.py filelist >> POTFILES.in