view po/update-potfiles.sh @ 1739:5092ba62a566

yaz's fix from 1738:e1ebf3fc1a16 would make sense to apply to this Makefile too
author Daniel Bradshaw <nazca.audacious@the-cell.co.uk>
date Wed, 19 Sep 2007 09:40:39 +0000
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