view po/update-potfiles.sh @ 2007:57ee341c180f

Converted daap to the new buildsys. Even though it is not built currently. (???)
author Eugene Paskevich <eugene@raptor.kiev.ua>
date Wed, 10 Oct 2007 05:21:55 +0300
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