view po/update-potfiles.sh @ 3416:820c2db12041 trunk

Remove input_get_song_info().
author William Pitcock <nenolod@atheme.org>
date Sun, 02 Sep 2007 16:24:31 -0500
parents 934fd1281269
children e0da46ca4c0b
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