gatuno-terminal/makepot

12 lines
207 B
Plaintext
Raw Normal View History

2018-03-17 12:58:01 -06:00
#! /bin/sh
PACKAGE=mate-terminal;
2018-10-05 14:15:41 -05:00
# normal translations for the package
2018-03-17 12:58:01 -06:00
make -C po $PACKAGE.pot && mv po/$PACKAGE.pot .
2018-10-05 14:15:41 -05:00
# translations for user-quide
rm -f help/$PACKAGE.pot &&
make -C help $PACKAGE.pot