We haven't removed the CoreAudio calls, we avoid them on Leopard.
[herrie-working.git] / updatestuff
blob7065785c3c02f0c5c388481f350fdb1ab8d50e4f
1 #!/bin/sh
3 set -e
5 # Make sure we are in the proper directory
6 cd `dirname $0`/herrie/src
8 # Update depends file
9 make -C ../../misc cdepcalc
10 ../../misc/cdepcalc
12 # Update translations
13 xgettext -k_ *.c
14 for i in de ga nl pl ru sv tr vi
16 msgmerge ../lang/$i.po messages.po > tmp.po
17 mv tmp.po ../lang/$i.po
18 done
20 mv messages.po ../lang/herrie.pot