#! /bin/sh

PACKAGE=mate-user-guide;

# normal translations for the package
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .

# translations for the quide itself
rm -f $PACKAGE/$PACKAGE.pot &&
make -C $PACKAGE $PACKAGE.pot
