Update POTFILES.in
[geeqie.git] / po / regen_potfiles.sh
1 #!/bin/sh
2
3 #generate a patch to update POTFILES.in
4 #Use like this: ./regen_potfiles.sh | patch -p0
5 (cd .. ; grep -l 'N\?_[[:space:]]*(.*)' ./src/*.c) > POTFILES.in.$$
6 diff -u POTFILES.in POTFILES.in.$$
7 rm -f POTFILES.in.$$