Mercurial > audlegacy-plugins
view po/update-potfiles.sh @ 1765:1b521a30820b
update base makefiles to Mk2.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 10:49:57 -0500 |
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