Fixed wrong use of g_error()
[dia.git] / po / update_pofiles_in.sh
blobcd764143de295735c977397d2a1f7c956cb1f569
1 #!/bin/sh
3 ../intltool-update -m
5 exit 0
7 # This stuff is obsolete !
10 cp POTFILES.in POTFILES.in.bak
12 find ../ -name "*.c" | grep -v /EML/ | xargs grep _\( | cut -d: -f1 | uniq | cut -d/ -f2- > POTFILES.in.new
13 find ../ -name "*.sheet.in" |uniq| cut -d/ -f2- >> POTFILES.in.new
14 echo dia.desktop.in >> POTFILES.in.new
15 cat POTFILES.in.new | sort > POTFILES.in