blob: e3d58b860b4f93399fe91ac3d14f624b1f792021 (
plain)
1
2
3
4
5
6
7
8
9
|
#! /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
make -C $PACKAGE $PACKAGE.pot
|