view po/update-potfiles.sh @ 1547:b63e772ee21d

Useless use of if() with g_free().
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 01 Sep 2007 06:01:34 +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