view po/update-potfiles.sh @ 3591:74d1f0c78456 trunk

Fix generation of build_stamp.c.
author Jonathan Schleifer <js@h3c.de>
date Fri, 21 Sep 2007 18:13:08 +0200
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