Don't call po/update-custom.py in po/update-po.sh to remove python ...
dependecies for building warzone.master
parent
c6edf9fbf4
commit
1454529c5e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue