gatuno-terminal/makepot

11 lines
206 B
Plaintext
Raw Normal View History

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