Mercurial > audlegacy-plugins
view po/update-potfiles.sh @ 1973:f86cb7fc1d4f
Add -pipe -Wall if gcc and fix a few warnings.
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Wed, 03 Oct 2007 17:24:59 +0200 |
parents | bee9eaedefa5 |
children | 612d25be0fbd |
line wrap: on
line source
#!/bin/bash rm POTFILES* cd .. find src/ \( -name "*.c*" -o -name "*.glade" \) -exec grep -lE "translatable|_\(" \{\} \; | sort | uniq > po/POTFILES.in