#!/bin/sh

# **
# ** This script regenerates main POT file (tutto)
# **
# ** Philipe Mingo diaolin@diaolin.com
# ** 
# **  $Id: xgetpo,v 1.22.2.2 2004/03/31 18:13:05 tokul Exp $ 

find overlook/ -name "*.php" | xargs xgettext --keyword=_ -s -o overlook/po/squirrelmail.pot --language=php --no-location -
find overlook/ -name "*.mod" | xargs xgettext --keyword=_ -s -o overlook/po/squirrelmail.pot -j --language=php --no-location -

